getting error NoMethodError in Book#new

4 views
Skip to first unread message

deostroll

unread,
Aug 26, 2009, 4:05:07 PM8/26/09
to Ruby on Rails: Talk
I'm just getting introduced to rails. I've started with the tutorials
mentioned in tutorialspoint.com. I am getting stuck at creating a
view. Tried the code on this page

http://www.tutorialspoint.com/ruby-on-rails-2.1/rails-views.htm

and it gives me the following error:

undefined method `title' for #<Book id: nil, created_at: nil,
updated_at: nil>

Here is the extracted source:

1: <h1>Add new book</h1>
2: <% form_tag :action => 'create' do %>
3: <p><label for="book_title">Title</label>:
4: <%= text_field 'book', 'title' %></p>
5: <p><label for="book_price">Price</label>:
6: <%= text_field 'book', 'price' %></p>
7: <p><label for="book_subject">Subject</label>:

Why is this happening?

--deostorll

JL Smith

unread,
Aug 26, 2009, 4:09:48 PM8/26/09
to Ruby on Rails: Talk
Have you run all the necessary database migrations? Does the books
table have the title and price columns?

fireflyman

unread,
Aug 26, 2009, 11:28:04 PM8/26/09
to rubyonra...@googlegroups.com
<% form_tag ({:action => 'create'  })do %>

2009/8/27 JL Smith <auti...@gmail.com>

deostroll

unread,
Aug 28, 2009, 3:55:48 PM8/28/09
to Ruby on Rails: Talk
> > Have you run all the necessary database migrations?  Does the books
> > table have the title and price columns?

I started all over. When I run the rake db:migrate I get this error:

$rake db:migrate
(in /home/deostroll/Desktop/sites/library)
== 20090828225043 Books: migrating
============================================
-- t()
rake aborted!
undefined method `t' for
#<ActiveRecord::ConnectionAdapters::MysqlAdapter:0xb75c9ca4>

(See full trace by running task with --trace)


I don't understand this error?

deostroll

unread,
Aug 28, 2009, 4:35:52 PM8/28/09
to Ruby on Rails: Talk
Okay don't worry I got that...and its fixed.
Reply all
Reply to author
Forward
0 new messages