no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | rails [2012/08/03 18:11] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== rails ====== | ||
+ | * [[ruby]] | ||
+ | |||
+ | You can install rails using gem: | ||
+ | |||
+ | < | ||
+ | gem install rails | ||
+ | </ | ||
+ | |||
+ | It may take a second to load. | ||
+ | |||
+ | Setup a new rails environment: | ||
+ | |||
+ | < | ||
+ | rails new path/ | ||
+ | cd path/ | ||
+ | rails server | ||
+ | </ | ||
+ | |||
+ | Visit '' |