search for: show_notes

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

Did you mean: show_note
2006 Feb 28
4
No action from AJAX link_to_remote...
AJAX & Ruby & Rails newbie here. I''ve got a link to remote that I believe should be working, but doesn''t seem in fact to do *anything*. I''m looking at the webrick log, since the Book says I should be seeing some hot POST action in there, but there''s literally no change when I click on the JS link. From looking at the source that''s
2006 Apr 10
0
TaskThis undefined method `remembrall_expires'' for #<User:0x
...19:50:58 last_login: 2006-04-10 12:37:29.044000 +02:00 name: admin updated_on: 2006-04-10 12:37:29.104000 +02:00 admin: "0" id: "1" remembrall: prefs: >2- --- animate: true show_addtask: false show_completed: false show_notes: false password: 68e02f78cad0acd054c06c84eebd80e1a7b0eb0d login: admin remembrall_expired: email: fabio@sferaconsulting.it errors: !ruby/object:ActiveRecord::Errors base: *id001 errors: {} new_record_before_save: :user_prefs: animate: true show_addtask: false show...
2008 Jun 10
7
ActionMailer undefined method `parameters' - Rails 2.1
Hello Rubyists, I''m currently trying to get email hooked up via ActionMailer, and while I''ve gotten it to work in the past on Rails 1.2.x, I''m seeing an error that I''m unfamiliar with. Right now, I''m just trying to send email from my dev box via the SMTP server at work. My development.rb file: #...snip config.action_mailer.delivery_method = :smtp