show/hide this revision's text 3 deleted 1 characters in body

You have several questions in there, most of which have already been answered by people below.

The answer to one that wasn't fully addressed however, is: yes you can use the script/console to see where your routes go. Just type in app.[route_helper] and it will respond with the path. For example app.users_path will return /users/

So for your example type app.entries_url for the full URL - or app.entries_path for it's its relative path within the console.

show/hide this revision's text 2 couple of typos, attempted to improve sense a little

You have a couple of several questions in there... many there, most of which have already been answered by people below.

On

The answer to one that wasn't address fully addressed however, is: yes you can use the script/console to see where your routes go. Just type in app.[route_helper] and it will respond with the path. For example app.users_path will return /users/

So for you're your example type app.entries_url for the full URL - or app.entries_path for it's relative path within the console.

show/hide this revision's text 1

You have a couple of questions in there... many of which have already been answered by people below.

On that wasn't address however, is yes you can use the script/console to see where your routes go. Just type in app.[route_helper] and it will respond with the path. For example app.users_path will return /users/

So for you're example type app.entries_url for the full URL - or app.entries_path for it's relative path within the console.