Displaying 3 results from an estimated 3 matches for "show_not".
Did you mean:
shownot
2006 Feb 28
4
No action from AJAX link_to_remote...
...ut and put it in the address bar, it works
fine.
Here''s the code:
link_to_remote(image_tag("/images/notes3.png", :size => "28x30", :alt =>
"Notes", :border => "0"), :update => "note#{project.id}", :url => {
:action => :show_note, :id => project.id })
Here''s the resulting JS:
<a href="#" onclick="new Ajax.Updater(''note1'', ''/project/show_note/1'',
{asynchronous:true, evalScripts:true}); return false;"><img alt="Notes"
border="0&quo...
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
sh...
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