Displaying 1 result from an estimated 1 matches for "joshcheek".
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