Displaying 2 results from an estimated 2 matches for "swanandp".
Did you mean:
swanand
2011 Feb 18
1
Rails plugins new official maintainers
...rum/country_select)
Mark Turner
Chris Lerum
Devdatta
dynamic_form (https://github.com/joelmoss/dynamic_form)
Prem Sichanugrist
Joel Moss
Devdatta
exception_notification (https://github.com/smartinez87/exception_notification)
Sebastián MartÃnez
Jason King
Devdatta
acts_as_list (https://github.com/swanandp/acts_as_list)
Mark Turner
Swanand Pagnis
hide_action (https://github.com/sikachu/hide_action)
Prem Sichanugrist
open_id_authentication (https://github.com/Velir/open_id_authentication)
Anuj Dutta
Patrick Robertson
asset_server (https://github.com/andhapp/asset_server)
Anuj Dutta
Rishav Rastogi...
2011 May 28
2
How to use an ActiveRecord plugin in a non-Rails project
I''m using ActiveRecord on a Sinatra app. I need one of my tables to be
sorted, so I''m using acts_as_list (https://github.com/swanandp/acts_as_list).
However, it isn''t a gem, so I don''t know how to get it to work with
Bundler.
Currently, I just cloned the source into a dir named "vendor". This works,
but when I search my code, it keeps including acts_as_list code in the
results. It also means more fold...