Craig Mason
2005-Nov-08 22:45 UTC
[Instantrails-users] Anybody get rake freeze_gems working?
Has anybody gotten rake freeze_gems to work with InstantRails? Here''s my output: C:\InstantRails\rails_apps>rails foo create create app/controllers etc... create log/test.log C:\InstantRails\rails_apps>cd foo C:\InstantRails\rails_apps\foo>rake freeze_gems (in C:/InstantRails/rails_apps/foo) rm -rf vendor/rails mkdir -p vendor/rails Freezing to your latest Rails gems The system cannot find the path specified. rake aborted! undefined method `to_str'' for nil:NilClass
Curt Hibbs
2005-Nov-08 23:25 UTC
[Instantrails-users] Anybody get rake freeze_gems working?
On 11/8/05, Craig Mason <craig at theatrefolk.com> wrote:> > Has anybody gotten rake freeze_gems to work with InstantRails? Here''s my > output: > > C:\InstantRails\rails_apps>rails foo > create > create app/controllers > etc... > create log/test.log > > C:\InstantRails\rails_apps>cd foo > > C:\InstantRails\rails_apps\foo>rake freeze_gems > (in C:/InstantRails/rails_apps/foo) > rm -rf vendor/rails > mkdir -p vendor/rails > Freezing to your latest Rails gems > The system cannot find the path specified. > rake aborted! > undefined method `to_str'' for nil:NilClass > >It looks like this is a Rails bug. I just duplicated this under both Instant Rails and the One-Click Ruby Installer for Windows. I''ll go report this. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051108/827a88ae/attachment.htm
Curt Hibbs
2005-Nov-08 23:28 UTC
[Instantrails-users] Anybody get rake freeze_gems working?
On 11/8/05, Curt Hibbs <curt.hibbs at gmail.com> wrote:> > On 11/8/05, Craig Mason <craig at theatrefolk.com> wrote: > > > > Has anybody gotten rake freeze_gems to work with InstantRails? Here''s my > > output: > > > > C:\InstantRails\rails_apps>rails foo > > create > > create app/controllers > > etc... > > create log/test.log > > > > C:\InstantRails\rails_apps>cd foo > > > > C:\InstantRails\rails_apps\foo>rake freeze_gems > > (in C:/InstantRails/rails_apps/foo) > > rm -rf vendor/rails > > mkdir -p vendor/rails > > Freezing to your latest Rails gems > > The system cannot find the path specified. > > rake aborted! > > undefined method `to_str'' for nil:NilClass > > > > > It looks like this is a Rails bug. I just duplicated this under both > Instant Rails and the One-Click Ruby Installer for Windows. I''ll go report > this. > > Curt >There''s already an open ticket for this Rails bug: http://dev.rubyonrails.org/ticket/2540 Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051108/1c9c5091/attachment.htm