Hi! I wanted to start trying out the edge rails (I''m currently using 2.3.5). I created a test app and cloned the git rails repo to vendor/ rails. Things broke down at rake command already: david@eclipse:/tmp/rel$ rake -T (in /private/tmp/rel) rake aborted! no such file to load -- /private/tmp/rel/config/../vendor/rails/ railties/lib/initializer /private/tmp/rel/Rakefile:4 (See full trace by running task with --trace) I then bisected vendor/rails and found out that this commit "broke?" it: f0dd77c6be6a86fe384bb0015151e0a497973d39 is the first bad commit commit f0dd77c6be6a86fe384bb0015151e0a497973d39 Author: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> Date: Thu Sep 24 14:01:31 2009 -0700 Move railties/lib/* into railties/lib/* :100644 100644 f8c7d02ad6a71b21da660d60a72c1cf2f3892a25 ae8ebc4607c2a1e21d7a6028d70f81fbc790633d M .gitignore :040000 040000 b0aa3e3a2e75b8afc8dc3cef7052ebb9843236a8 43d21842130413c10e1eb2e25a6bd3aac0259a28 M actionpack :040000 040000 27627b0a48f194571ae0fce49a1fe4105d849c84 7eaf596bf7f8eb574ab29c7c17d9f41513e5fe7e M railties Any ideas? Thank you David -- 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.
On 23 January 2010 12:57, David Krmpotic <david.krmpotic@gmail.com> wrote:> Hi! > > I wanted to start trying out the edge rails (I''m currently using > 2.3.5). I created a test app and cloned the git rails repo to vendor/ > rails. Things broke down at rake command already: > > david@eclipse:/tmp/rel$ rake -T > (in /private/tmp/rel) > rake aborted! > no such file to load -- /private/tmp/rel/config/../vendor/rails/ > railties/lib/initializer > /private/tmp/rel/Rakefile:4 > (See full trace by running task with --trace) > > I then bisected vendor/rails and found out that this commit "broke?" > it: > > f0dd77c6be6a86fe384bb0015151e0a497973d39 is the first bad commit > commit f0dd77c6be6a86fe384bb0015151e0a497973d39 > Author: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com<ykatz%2Bclerche@engineyard.com> > > > Date: Thu Sep 24 14:01:31 2009 -0700 > > Move railties/lib/* into railties/lib/* > > :100644 100644 f8c7d02ad6a71b21da660d60a72c1cf2f3892a25 > ae8ebc4607c2a1e21d7a6028d70f81fbc790633d M .gitignore > :040000 040000 b0aa3e3a2e75b8afc8dc3cef7052ebb9843236a8 > 43d21842130413c10e1eb2e25a6bd3aac0259a28 M actionpack > :040000 040000 27627b0a48f194571ae0fce49a1fe4105d849c84 > 7eaf596bf7f8eb574ab29c7c17d9f41513e5fe7e M railties > > > > Any ideas? Thank you > David > >Did you follow these instructions? http://yehudakatz.com/2009/12/31/spinning-up-a-new-rails-app/ Anuj> -- > 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<rubyonrails-core%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. > >-- Anuj DUTTA -- 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.
Hi several commits waddle uninitialized constant ActionController::Flash::FlashHash [NameError] And obj in flash strange purified -- 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.
Could you do a rake -T --trace? I suspect something more sinister afoot! 2010/1/23 Anuj Dutta <dutta.anuj@googlemail.com>> > > On 23 January 2010 12:57, David Krmpotic <david.krmpotic@gmail.com> wrote: > >> Hi! >> >> I wanted to start trying out the edge rails (I''m currently using >> 2.3.5). I created a test app and cloned the git rails repo to vendor/ >> rails. Things broke down at rake command already: >> >> david@eclipse:/tmp/rel$ rake -T >> (in /private/tmp/rel) >> rake aborted! >> no such file to load -- /private/tmp/rel/config/../vendor/rails/ >> railties/lib/initializer >> /private/tmp/rel/Rakefile:4 >> (See full trace by running task with --trace) >> >> I then bisected vendor/rails and found out that this commit "broke?" >> it: >> >> f0dd77c6be6a86fe384bb0015151e0a497973d39 is the first bad commit >> commit f0dd77c6be6a86fe384bb0015151e0a497973d39 >> Author: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com<ykatz%2Bclerche@engineyard.com> >> > >> Date: Thu Sep 24 14:01:31 2009 -0700 >> >> Move railties/lib/* into railties/lib/* >> >> :100644 100644 f8c7d02ad6a71b21da660d60a72c1cf2f3892a25 >> ae8ebc4607c2a1e21d7a6028d70f81fbc790633d M .gitignore >> :040000 040000 b0aa3e3a2e75b8afc8dc3cef7052ebb9843236a8 >> 43d21842130413c10e1eb2e25a6bd3aac0259a28 M actionpack >> :040000 040000 27627b0a48f194571ae0fce49a1fe4105d849c84 >> 7eaf596bf7f8eb574ab29c7c17d9f41513e5fe7e M railties >> >> >> >> Any ideas? Thank you >> David >> >> > > Did you follow these instructions? > > http://yehudakatz.com/2009/12/31/spinning-up-a-new-rails-app/ > > > Anuj > > >> -- >> >> 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<rubyonrails-core%2Bunsubscribe@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-core?hl=en. >> >> > > > -- > Anuj DUTTA > > -- > 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<rubyonrails-core%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. >-- Ryan Bigg -- 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.
Martin Gamsjaeger
2010-Jan-23 14:58 UTC
Re: Rails-core] Several commits already strange bug
Ivan, I got this too and it was gone once i cleared the session cookies in my browser. cheers snusnu On Sat, Jan 23, 2010 at 11:40, Ivan Nastyukhin <dieinzige@googlemail.com> wrote:> Hi > several commits waddle uninitialized constant ActionController::Flash::FlashHash [NameError] > > And obj in flash strange purified > > -- > 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. > >-- 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.
thanks On Jan 23, 2010, at 5:58 PM, Martin Gamsjaeger wrote:> Ivan, > > I got this too and it was gone once i cleared the session cookies in my browser.-- 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.
Hi, thanks On Jan 23, 2010, at 5:58 PM, Martin Gamsjaeger wrote:> Ivan, > > I got this too and it was gone once i cleared the session cookies in my browser. > > cheers > snusnu > > On Sat, Jan 23, 2010 at 11:40, Ivan Nastyukhin <dieinzige@googlemail.com> wrote: >> Hi >> several commits waddle uninitialized constant ActionController::Flash::FlashHash [NameError] >> >> And obj in flash strange purified >> >> -- >> 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. >> >> > > -- > 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. >-- 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.