On Sat, Jan 10, 2009 at 6:59 AM, Zhenning Guan
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:>
> I have a rails 2.2.2, but recently I receive a project need rails 2.1.2
> environment. So I swith to the project directory to freeze the rails
> version.
> rake rails:freeze:edge TAG=rel_2-1-2
> I got a shocked when I script/server, a messsage look like this:
> Rails 2.3.0 application starting on http://0.0.0.0:3000
> rails 2.30????????? not 2.1.2?
> any thought here?
`rake --describe` prints, among other things,
rake rails:freeze:edge
Lock to latest Edge Rails, for a specific release use RELEASE=1.2.0
So it looks like your TAG is incorrect, and hence ignored.
HTH,
--
Hassan Schroeder ------------------------
hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---