Alexandre Riveira

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Alexandre Riveira created a post, rspec auto-complete fails
Rspec contains the following problems:1) be_* not autocomplete, example: 1.should be_<no auto-complete> Referring to the example below should work. Currently it is supported by NetBeans IDE. conf... -
Alexandre Riveira commented, -
Alexandre Riveira commented, -
-
-
Alexandre Riveira created a post, auto-complete models fails em belongs_to reference
Example:# attribute from model description# create_table :nota_fatura_cfop do |t|# t.string :description, :limit => 65# endclass NotaFatura::Cfop < ActiveRecord::Base set_table_name 'nota_fatura_... -
Alexandre Riveira created a post, define type from object from comments
Can something like this:list = MyModel.all# @var type row MyModellist.each do | row | row.(auto complete for save metodo, example)endcomment is define for type,where rubymine not find the type -
Alexandre Riveira created a post, improved order by auto-complete models
auto-complete for models list all methods in object, would be important, option for order attribute models first, or, something like ctrl+m for list only attributes models -
-