search for: kmand

Displaying 3 results from an estimated 3 matches for "kmand".

Did you mean: mand
2010 May 10
3
Using Rails 3 edge to circumvent current_period bug?
I get an error using Rails 3 beta3 on Ruby 1.9.2-preview1 undefined method `current_period'' for nil:NilClass (NoMethodError) This commit should fix it http://github.com/rails/rails/commit/a0cc94b32e5b4e4dce50787eed1208406f99ea82 But I forgot how to ensure I am running on edge with Rails 3. Is it a special bundler command I need to use? Thanks! -- You received this message because
2010 May 12
8
Trouble developing Rails plugins/gems with generators
Hi, I''ve been trying to develop a Rails gem/plugin with generators for Rails 3. I first had a separate gem project with a gem statement in my Gemfile with a :path option to point at it. But then I had to run $ rake install on each change in my gem to have Rails pick up on it. I have now instead put my generators inside RAILS_ROOT/lib so they are easier to test/develop. lib/generators -
2010 Jan 20
2
Rails 3 Problem: no such file to load -- rails (LoadError)
I just ran the gem bundle on the third_rails demo app, but for some reason rails can''t be loaded!? kristian-mandrups-macbook-pro:third_rails kristianconsult$ rails -v Rails 3.0.pre kristian-mandrups-macbook-pro:third_rails kristianconsult$ script/ generate model Post name:string /Users/kristianconsult/my_rails/rails3_apps/third_rails/config/boot.rb: 71:in `require'': no such