wycats / rack-offline

A Rack and Rails plugin for building offline web applications
MIT License
666 stars 82 forks source link

would you bump up rubygems' rack-offline version to v0.6.3 or higher? #19

Closed sanemat closed 12 years ago

sanemat commented 12 years ago

would you bump up ruby gems version? 0.6.2 August 16, 2011. After this, you adjust rails3.1 asset pipeline and 3.2.

ptyagi16 commented 12 years ago

+1. The official rails gem is too old and will save a lot of people wasted hours figuring out why it does not work with rails 3.1. I know I did.

matharden commented 12 years ago

+1. Could anyone explain how to fix this? I need this gem like yesterday!

ptyagi16 commented 12 years ago

I worked from kristenhazard's fork for Ralis 3.1 (https://github.com/kristenhazard/rack-offline/network). Initially i used gem with git hub url. I ended up moving the gem to my lib folder for some other customizations and changes.

ansonhoyt commented 12 years ago

+1 @matharden Since it's just a matter or releasing a new version, you can simply reference the master branch rather than the current version:

gem 'rack-offline', :git => 'https://github.com/wycats/rack-offline.git'
wycats commented 12 years ago

Done.

ansonhoyt commented 12 years ago

Thank you sir.