Displaying 2 results from an estimated 2 matches for "createclassifieds".
2007 Mar 11
5
Mysql::Error #28000Access denied
...slist
3. ruby script/server
4. Setup my Databases in Cocoa MySQL (localhost, root, password)
5. Update database.yml file w/ password (localhost and root are already
set by default)
6. ruby script/generate model Classified
7. Update 001_create_classifieds.rb migration file w/
<code>class CreateClassifieds < ActiveRecord::Migration
def self.up
create_table :classifieds do |t|
t.column :title, :string
t.column :price, :float
t.column :location, :string
t.column :description, :text
t.column :email, :string
t.column :created_at, :timestamp
t.column :upd...
2011 Nov 02
4
undefined method `updated_at' for #<Classified:0x686c5e4>
HEllo, I have the following problem with rails, I am new in this...is
there anyone who explain to me what´s happens?
Thanks
See below:
NoMethodError in Classified#show
Showing app/views/classified/show.rhtml where line #17 raised:
undefined method `updated_at'' for #<Classified:0x686c5e4>
Extracted source (around line #17):
14:
15: <strong>Date Posted:</strong>