mobylette
mobylette copied to clipboard
Mobile request handling for Ruby on Rails
The error message is: ``` `rescue in block (2 levels) in require': There was an error while trying to load the gem 'mobylette'. (Bundler::GemRequireError) Gem Load Error is: uninitialized constant...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.33 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...
Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [rails](https://github.com/rails/rails) from 3.2.3 to 6.0.0. Release notes *Sourced from [rails's releases](https://github.com/rails/rails/releases).* > ## 6.0.0.beta1 > ## Active Support > > * Remove deprecated `Module#reachable?` method. > > *Rafael Mendonça...
Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12 to 3.12.2. Changelog *Sourced from [rdoc's changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc).* > === 3.12.2 / 2013-02-24 > > * Bug fixes > * Fixed bug in syntax-highlighting that would corrupt...
Bumps [sprockets](https://github.com/rails/sprockets) from 2.1.2 to 2.1.4. Commits - [`0d31203`](https://github.com/rails/sprockets/commit/0d31203bbb429b56955457ea1cdbb7db0554d47d) Sprockets 2.1.4 - [`3043d14`](https://github.com/rails/sprockets/commit/3043d142baebcecd0af977c8b3fed5524c429ccd) Check for absolute paths in server URL before passing to find - [`abd1827`](https://github.com/rails/sprockets/commit/abd1827614ba62e624d94473bc125b99960aff71) Sprockets 2.1.3 - [`78fbda0`](https://github.com/rails/sprockets/commit/78fbda065c45f9f2d110356137cf041aa4695efe)...
Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...
Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 1.4.7. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > # Changelog > All notable changes to this project will be documented in this file. For info on...
Hi, I am facing following error when I run rails s command(I am using rails 4.1.5 and ruby 2.1.2) /home/cis/.rvm/gems/ruby-2.1.2@demo_cache/bundler/gems/mobylette-08781e203eaa/lib/mobylette/resolvers/chained_fallback_resolver.rb:3:in `': uninitialized constant ActionView::FileSystemResolver (NameError) from /home/cis/.rvm/gems/ruby-2.1.2@demo_cache/bundler/gems/mobylette-08781e203eaa/lib/mobylette/resolvers/chained_fallback_resolver.rb:2:in`module:Mobylette' from /home/cis/.rvm/gems/ruby-2.1.2@demo_cache/bundler/gems/mobylette-08781e203eaa/lib/mobylette/resolvers/chained_fallback_resolver.rb:1:in `'...
Hello, This is great gem and we are using it. This gem don't do caching of templates. How can we add support of this in our code. Regards, Junaid