Search Results

8
votes

Getting started with rails? Must have gems?

The gems and plugins that I tend to use on most of my projects are: Restful Authentication …
1
vote

Rails Development and Cygwin on Windows XP

The command should be: ruby script/server The leading '/' will look for the file in the root directory instead of your current directory. …
0
votes

Rails nested routing to html id

The way I handled this was to generate the path to the comment show action which then redirected to the anchor via the method erik posted. …