Question

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...

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top