search for: ediweb

Displaying 2 results from an estimated 2 matches for "ediweb".

2006 Aug 17
6
NameError in AdminController#index building scaffold
...va version "1.5.0_06" - MySQL java version "1.5.0_06" - Ruby 1.8.4 - Ruby Gems 0.9.0 - Gem install mysql Successfully installed mysql-2.7.1-mswin32 Installing ri documentation for mysql-2.7.1-mswin32... Installing RDoc documentation for mysql-2.7.1-mswin32... - Table in ediweb database mysql> desc users; +----------------+-------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------------+-------------+------+-----+---------+----------------+ | user_id | int(11) | NO | PRI | NUL...
2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
...ustomer_name varchar(50) NO inbound_retention int(11) NO outbound_retention int(11) NO unix_admin_email varchar(50) NO schedule_id int(11) NO transfer_inbound_type varchar(20) NO transfer_outbound_type varchar(20) NO date_added timestamp YES CURRENT_TIMESTAMP I then run the scaffold generation: ediweb> ruby script/generate scaffold customer Customerinfo exists app/controllers/ exists app/helpers/ exists app/views/customerinfo exists test/functional/ dependency model exists app/models/ exists test/unit/ exists test/fixtures/ creat...