eggie5
1
I just ran rake:rails:freeze:edge then ran script/about and it reports
this:
alex-eggs-computer:~/sites/mms-service eggie5$ script/about
* config.breakpoint_server has been deprecated and has no
effect. *
About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4
Why does it show rails 1.2.4?
eggie5
2
About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4
Why does it show rails 1.2.4?
Perhaps you need to run rake:rails:update as well?
eggie5
3
On 10/5/07, eggie5 [email protected] wrote:
About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4
Why does it show rails 1.2.4?
The version strings are only updated for official releases. That’ll be
2.0.0 when Rails 2 is officially released.
jeremy
eggie5
4
Nope:
alex-eggs-computer:~/sites/mms-service eggie5$ rake rails:update
(in /Users/eggie5/Sites/mms-service)
alex-eggs-computer:~/sites/mms-service eggie5$ script/about
* config.breakpoint_server has been deprecated and has no
effect. *
About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4