Kristian Mandrup
2010-May-10 19:58 UTC
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 you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Kristian Mandrup
2010-May-10 23:01 UTC
Re: Using Rails 3 edge to circumvent current_period bug?
Hmm, I guess I could just clone github rails and then use the :path option in my Gemfile to point to that version, but is there another way? On May 10, 3:58 pm, Kristian Mandrup <kmand...@gmail.com> wrote:> 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/a0cc94b32e5b4e4dce50787eed120840... > > 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 you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Michael Koziarski
2010-May-10 23:09 UTC
Re: Re: Using Rails 3 edge to circumvent current_period bug?
On Tue, May 11, 2010 at 11:01 AM, Kristian Mandrup <kmandrup@gmail.com> wrote:> Hmm, I guess I could just clone github rails and then use the :path > option in my Gemfile to point to that version, but is there another > way?The other option would be to use the :git=>"git://...." syntax with bundler. -- Cheers Koz -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Kristian Mandrup
2010-May-10 23:18 UTC
Re: Using Rails 3 edge to circumvent current_period bug?
Thanks. I''ve just been away from Rails dev for a bit too long... # Bundle edge Rails instead: gem ''rails'', :git => ''git://github.com/rails/rails.git'' On May 10, 7:09 pm, Michael Koziarski <mich...@koziarski.com> wrote:> On Tue, May 11, 2010 at 11:01 AM, Kristian Mandrup <kmand...@gmail.com> wrote: > > Hmm, I guess I could just clone github rails and then use the :path > > option in my Gemfile to point to that version, but is there another > > way? > > The other option would be to use the :git=>"git://...." syntax with bundler. > > -- > Cheers > > Koz > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-core?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Maybe Matching Threads
- Can't get gem bundler to work with either rvm 1.9.1 and 1.9.2
- Trouble developing Rails plugins/gems with generators
- dynamic set_table_name for achives
- Instant Rails 1.4 final released (with RadRails support!)
- Rails 3 Problem: no such file to load -- rails (LoadError)