This project is archived and is in readonly mode.
Bug in Edge Rails
Reported by vibha | October 23rd, 2008 @ 12:39 PM | in 2.x
I created a new rails app.
Then i added rails as a submodule in that app by doing
-
git init
-
git submodule add git://github.com/rails/rails.git vendor/rails
so here i freezed the rails in my app. But it gives me error while creating a new model, the error was
undefined method empty?' for
/_generator$/:Regexp
Comments and changes to this ticket
-
jonnii October 24th, 2008 @ 05:53 AM
- Tag set to edge
I had this today and managed to fix it by running
gem update --system
-
Russell Quinn October 24th, 2008 @ 08:57 AM
This was pushed in 2.1.1
http://rails.lighthouseapp.com/p...
Updating RubyGems actually failed for me :S
-
Pratik October 25th, 2008 @ 11:53 AM
[lifo@null ~]$ sudo gem update --system [lifo@null ~]$ sudo update_rubygems
-
Pratik October 25th, 2008 @ 11:53 AM
- State changed from new to invalid
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>