| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby2.5-rubygem-js-routes | Distribution: SUSE Linux Enterprise 15 |
| Version: 1.4.1 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 1.26 | Build date: Sat May 26 14:45:41 2018 |
| Group: Development/Languages/Ruby | Build host: overdrive1 |
| Size: 96111 | Source RPM: rubygem-js-routes-1.4.1-1.26.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://github.com/railsware/js-routes | |
| Summary: Brings Rails named routes to javascript | |
Generates javascript file that defines all Rails named routes as javascript helpers.
MIT
* Mon Sep 11 2017 coolo@suse.com
- updated to version 1.4.1
see installed CHANGELOG.md
[#]# v1.4.1
* Fixed bug when js-routes is used in envs without window.location #224
[#]# v1.4.0
* __breaking change!__ Implemented Routes.config() and Routes.configure instead of Routes.defaults
New methods support 4 options at the moment:
``` js
Routes.configuration(); // =>
/*
{
prefix: "",
default_url_options: {},
special_options_key: '_options',
serializer: function(...) { ... }
}
* /
Routes.configure({
prefix: '/app',
default_url_options: {format: 'json'},
special_options_key: '_my_options_key',
serializer: function(...) { ... }
});
```
[#]# v1.3.3
* Improved optional parameters support #216
[#]# v1.3.2
* Added `application` option #214
[#]# v1.3.1
* Raise error object with id null passed as route paramter #209
* Sprockets bugfixes #212
* Wed Mar 01 2017 coolo@suse.com
- updated to version 1.3.3
see installed CHANGELOG.md
* Fri Dec 09 2016 coolo@suse.com
- updated to version 1.3.2
see installed CHANGELOG.md
* Tue Nov 29 2016 coolo@suse.com
- updated to version 1.3.1
see installed CHANGELOG.md
[#]# v1.3.0
* Introduce the special _options key. Fixes #86
* Thu Aug 18 2016 coolo@suse.com
- updated to version 1.3.0
see installed CHANGELOG.md
* Thu Aug 11 2016 coolo@suse.com
- updated to version 1.2.9
see installed CHANGELOG.md
[#]# v1.2.9
* Fixed deprecation varning on Sprockets 3.7
* Sat Aug 06 2016 coolo@suse.com
- updated to version 1.2.8
see installed CHANGELOG.md
[#]# v1.2.8
* Bugfix warning on Sprockets 4.0 #202
* Fri Jul 15 2016 coolo@suse.com
- updated to version 1.2.7
see installed CHANGELOG.md
[#]# v1.2.7
* Drop support 1.9.3
* Add helper for indexOf, if no native implementation in JS engine
* Add sprockets3 compatibility
* Bugfix domain defaults to path #197
* Fri Jun 03 2016 coolo@suse.com
- updated to version 1.2.6
see installed CHANGELOG.md
[#]# v1.2.6
* Use default prefix from `Rails.application.config.relative_url_root` #186
* Bugfix route globbing with optional fragments bug #191
* Wed Apr 06 2016 coolo@suse.com
- updated to version 1.2.5
see installed CHANGELOG.md
[#]# v1.2.5
* Bugfix subdomain default parameter in routes #184
* Bugfix infinite recursion in some specific route sets #183
[#]# v1.2.4
* Additional bugfixes to support all versions of Sprockets: 2.x and 3.x
* Sun Feb 14 2016 coolo@suse.com
- updated to version 1.2.4
see installed CHANGELOG.md
* Thu Jan 28 2016 coolo@suse.com
- updated to version 1.2.3
see installed CHANGELOG.md
[#]# v1.2.3
* Sprockets ~= 3.0 support
[#]# v1.2.2
* Sprockets ~= 3.0 support
* Support default parameters specified in route.rb file
* Thu Jan 21 2016 coolo@suse.com
- updated to version 1.2.2
see installed CHANGELOG.md
[#]# v1.2.1
* Fixes for Rails 5
[#]# v1.2.0
* Support host, port and protocol inline parameters
* Support host, port and protocol parameters given to a route explicitly
* Remove all incompatibilities between actiondispatch and js-routes in handling route URLs
[#]# v1.1.2
* Bugfix support nested object null parameters #164
* Bugfix support for nested optional parameters #162 #163
* Tue Sep 15 2015 coolo@suse.com
- updated to version 1.1.2
see installed CHANGELOG.md
[#]# v1.1.1
* Bugfix regression in serialisation on blank strings caused by [#155](https://github.com/railsware/js-routes/pull/155/files)
* Fri Sep 11 2015 coolo@suse.com
- updated to version 1.1.1
see installed CHANGELOG.md
* Thu Aug 06 2015 coolo@suse.com
- updated to version 1.1.0
see installed CHANGELOG.md
[#]# v1.1.0
* Ensure routes are loaded, prior to generating them [#148](https://github.com/railsware/js-routes/pull/148)
* Use `flat_map` rather than `map{...}.flatten` [#149](https://github.com/railsware/js-routes/pull/149)
* URL escape routes.rb url to fix bad URI(is not URI?) error [#150](https://github.com/railsware/js-routes/pull/150)
* Fix for rails 5 - test rails-edge on travis allowing failure [#151](https://github.com/railsware/js-routes/pull/151)
* Adds `serializer` option [#155](https://github.com/railsware/js-routes/pull/155/files)
[#]# v1.0.1
* Support sprockets-3
* Performance optimization of include/exclude options
* Thu Apr 23 2015 coolo@suse.com
- updated to version 1.0.1
see installed CHANGELOG.md
[#]# v1.0.0
* Tue Feb 10 2015 coolo@suse.com
- updated to version 1.0.0
* Mon Oct 13 2014 coolo@suse.com
- adapt to new rubygem packaging
* Wed Apr 23 2014 tboerger@suse.com
- Initial packaging of 0.9.7
/usr/lib64/ruby/gems/2.5.0/build_info /usr/lib64/ruby/gems/2.5.0/cache/js-routes-1.4.1.gem /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1 /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/.document /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/.gitignore /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/.rspec /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/.travis.yml /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/Appraisals /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/CHANGELOG.md /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/Gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/LICENSE.txt /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/Rakefile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/Readme.md /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/app /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/app/assets /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/app/assets/javascripts /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/app/assets/javascripts/js-routes.js.erb /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails32.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails40.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails40_sprockets3.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails41.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails41_sprockets3.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails42.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails42_sprockets3.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails50.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/gemfiles/rails50_sprockets3.gemfile /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/js-routes.gemspec /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/js-routes.rb /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/js_routes /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/js_routes.rb /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/js_routes/engine.rb /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/js_routes/version.rb /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/routes.js /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/routes.js.coffee /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/tasks /usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/lib/tasks/js_routes.rake /usr/lib64/ruby/gems/2.5.0/specifications/js-routes-1.4.1.gemspec /usr/share/doc/packages/ruby2.5-rubygem-js-routes /usr/share/doc/packages/ruby2.5-rubygem-js-routes/CHANGELOG.md /usr/share/doc/packages/ruby2.5-rubygem-js-routes/LICENSE.txt /usr/share/doc/packages/ruby2.5-rubygem-js-routes/Readme.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:42:20 2026