-
Using rails_admin (0.0.1) from git://github.com/sferik/rails_admin.git (at rails-3.0) /usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1915:in `gsub': invalid b…
ghost updated
13 years ago
-
From Rspec 1.x to RSpec-core 2.5.2 it was possible to have class as label for examples groups. From 2.6.x it leads to infinite loop with very little information about what's happening. An example is b…
-
On the list view, the column headers are aligned left but their content is centered.
-
This is due to missing # USER DEFINED section or similar as part of the 0.9.8 -> 0.9.9 upgrade task.
-
I wish that 'can' sent something other than nil to the block when there is no instance variable. Example:
can :read, Article do |article|
# If this is the :index action, article will be nil
# b…