Displaying 2 results from an estimated 2 matches for "sathiyaraj".
2011 Aug 18
9
RJS error rails 1.2.3 + firefox 4 and above
Hi,
In my application I used in admin module to expand and collpase
functionality using ajax(link_to_remote) method. It''s working fine in
mozilla 3 and below version..
But when I using in mozilla 4 expand functinality was working fine but
collapse are not work, it''s just ''wrinkls''.
My code is like below
<tr id="<%= content_element_id
2011 Jan 06
4
Not able to insert value in rails console
I am using authlogic for authentication in rails 3.0.3 with ruby 1.9.2
Using activerecord-sqlserver-adapter (3.0.5)
windows with sqlserver database
when i create user details in rails console, i am getting below error,
>User.create(:login=>''test'',:password=>''test123'',:password_confirmation=>''test123'')