search for: railify

Displaying 3 results from an estimated 3 matches for "railify".

Did you mean: railsify
2006 Mar 04
4
Submitting data to two different tables with two different models
I''m very new to Rails. I''ve been reading Agile Web Dev for a while and read up on ruby, but I''m still learning. I designed a website for someone for an engineering shop. New projects had to be added manually. Well, I figured this would be a great canidate for railifying! I have the form working perfectly, you can add your data and get it in a table, and listing projects works, too. I''m working on a photo gallery now, and I have a lot of it working. I took it from the agile web dev book. I''d like to know how to join the two forms and submit it...
2006 Apr 19
0
How to rubify this query
Hi guys, i spent about 5 hours now of finding out how to rubify/railify this query! Maybe someone of you can help me ;) class Menu < ActiveRecord::Base validates_uniqueness_of :handle validates_presence_of :name, :sequence, :accesslevel, :defaultpage, :handle belongs_to :cmodule belongs_to :creator, :class_name => ''User'', :foreign_ke...
2006 Mar 03
0
Submitting data to two tables
I''m very new to Rails. I''ve been reading Agile Web Dev for a while and read up on ruby, but I''m still learning. I designed a website for someone for an engineering shop. New projects had to be added manually. Well, I figured this would be a great canidate for railifying! I have the form working perfectly, you can add your data and get it in a table, and listing projects works, too. I''m working on a photo gallery now, and I have a lot of it working. I took it from the agile web dev book. I''d like to know how to join the two forms and submit it...