Search code examples
ruby-on-railsruby-on-rails-3rubygemsruby-on-rails-3.2ransack

Editng gem Ransack?


How I can edit gem Ransack ?

as I know the steps are :

  1. unpack gem (done)
  2. modify the code as require (done)
  3. build the gem ( got problem )

    how to build gem ransack which I modified ?

    I am refering this http://docs.rubygems.org/read/chapter/10#page29

    in cmd project root dir I typed : gem build ransack.gemspec

    got error : couldn`t find file ransack.gemspec

solution please...


Solution

  • If you fork it on github then you've got ransack.gemspec file