[Rails] Gallery in RoR

2012-05-21 Thread Lauris Zaicevs
Hi all! I want to create a simple gallery in Ruby on Rails app, where i can upload, edit and delete it. Could you suggest some tutorilal, how to create that? Thank you. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups

[Rails] Save date in database

2012-04-23 Thread Lauris Zaicevs
Hi! I have a question. I need to save any date which i choose in date_select tag. But all the time ruby return default time - 2000-01-01 00:00:00 UTC!! No matter which year or month or day i chooce it returns me default date. Can someone give me a solution of this problem. Thank you --