Comments on: Starting a Rails 2.0 Project http://www.terminally-incoherent.com/blog/2008/01/17/starting-a-rails-20-project/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: chad http://www.terminally-incoherent.com/blog/2008/01/17/starting-a-rails-20-project/#comment-12948 Sat, 08 Aug 2009 14:44:35 +0000 http://www.terminally-incoherent.com/blog/2008/01/17/starting-a-rails-20-project/#comment-12948

I created a starter project recently that includes authentication, testing, image uploads, and other items in a beginning project. It is based on rails 2.3.2. It can be found on github and a more thorough explanation can be found on my website. Hope this helps!

Reply  |  Quote
]]>
By: F2Andy http://www.terminally-incoherent.com/blog/2008/01/17/starting-a-rails-20-project/#comment-9269 Fri, 06 Jun 2008 10:14:13 +0000 http://www.terminally-incoherent.com/blog/2008/01/17/starting-a-rails-20-project/#comment-9269

Rails 2.0 automatically adds a timestamp field to your database, which notes creation and last update date/time, so your created_at field is redundant.

Reply  |  Quote
]]>
By: Rido http://www.terminally-incoherent.com/blog/2008/01/17/starting-a-rails-20-project/#comment-8332 Tue, 04 Mar 2008 22:12:40 +0000 http://www.terminally-incoherent.com/blog/2008/01/17/starting-a-rails-20-project/#comment-8332

so this way when browsing to http://localhost:3000/users it will have all whole CRUD, which obviously should only appear in the “admin” area.

How can I separate the views like:

http://localhost:3000/users
(and)
http://localhost:3000/admin

T.I.A.

Reply  |  Quote
]]>