Hi,

I am going to add offline feature in our web application. But, that
application was developed using Rails 2.3.5. I planned to use
rack-offline gem.

While using that gem, we have to add a statement like below in
"routes.rb"  file (to generate "cache-manifest" file):

match "/application.manifest" => Rails::Offline
But, that statement is like "Rails 3" route statement but not "Rails 2".

Is "rack-offline" supports Rails 2.3.5?

Thanks,
Kumar

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/a67d225a012015de6e0c4b88b66e5030%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to