Links
Twitter
Flickr
« Rails: resources_controller plugin | Main | OS X blogging programs »
Sunday
Nov112007

Edge Rails

Howto get an edge rails project up and running without having to "upgrade" a gem rails project:


mkdir -p my-edgey-project/vendor && \
svn co http://dev.rubyonrails.org/svn/rails/trunk my-edgey-project/vendor/rails && \
ruby my-edgey-project/vendor/rails/railties/bin/rails my-edgey-project


Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>