923 reputation
210
bio website
location Mumbai, India
age 23
visits member for 1 year, 5 months
seen 1 hour ago
stats profile views 60

Apr
28
awarded  Tenacious
Apr
25
revised 'Rails server' <- does not work
improved formatting
Apr
25
suggested suggested edit on 'Rails server' <- does not work
Apr
25
answered jquery remove appended valued on desellect
Apr
25
revised Can I require Ruby libraries in HAML
improved answer
Apr
24
comment Can I require Ruby libraries in HAML
I think i wasted my time answering this question
Apr
24
answered Can I require Ruby libraries in HAML
Apr
23
answered Installation error with RVM stable version
Apr
22
answered Problems with conditional validation in ActiveRecord
Apr
18
answered how to make ActiveRecord bump updated_at on new has_many association
Apr
17
answered Curl command to save Rails send_data output
Apr
17
comment Email said to be null is not with Rails 3.2 and Devise
Please post your registrations_controller.rb
Apr
16
comment Update Data in Mysql
Try this Profile.update_all(["is_active = ?, name = ?, geo_lat = ?, geo_long = ?, radius = ?, search_option = ?", 1, params[:profile_name],nil, nil, nil,'st'])
Apr
11
comment Best way to Import/Export data from a DB while bypassing Active Record Validation
Hos about taking dump of the db and restore?
Apr
11
revised Can't mass-assign protected attributes: token
improved answer
Apr
11
comment Can't mass-assign protected attributes: token
You were trying to update the columns(token and secret) which doesn't exist in users table.
Apr
11
answered Can't mass-assign protected attributes: token
Apr
9
suggested suggested edit on PDF Generator in rails 3
Apr
9
answered How to Dynamically change Themes of website using ruby on rails
Apr
3
answered start unicorn app server when the ubuntu server starts