README.md in requirejs-rails-0.9.1 vs README.md in requirejs-rails-0.9.2
- old
+ new
@@ -1,11 +1,11 @@
<!--
Marked Style: GitHub
-->
# RequireJS for Rails
-Integrates [RequireJS](http://requirejs.org/) into the Rails 3 Asset Pipeline.
+Integrates [RequireJS](http://requirejs.org/) into the Rails 3+ Asset Pipeline.
**UPGRADE NOTES:** Users upgrading within the 0.x series should read the Changes section for relevant usage changes. We're pushing hard to 1.0, when the configuration and setup details will be declared stable. Until that time expect some bumps as things bake out.
## Usage
@@ -63,11 +63,11 @@
```
6. When ready, build your assets for production deployment as usual.
`requirejs-rails` defaults to a single-file build of `application.js`.
Additional modules and r.js layered builds may be specified via
- `config\requirejs.yml`; see the Configuration section below.
+ `config/requirejs.yml`; see the Configuration section below.
```rake assets:precompile```
## Configuration
@@ -262,10 +262,14 @@
Usage changes that may break functionality for those upgrading along the 0.x
series are documented here. See [the Changelog](https://github.com/jwhitley/requirejs-rails/blob/master/CHANGELOG.md) for the full
list of feature additions, bugfixes, etc.
+### v0.9.2
+
+- Support for Rails 4.
+
### v0.9.0
- The upgrade to RequireJS and r.js 2.0 includes changes that will break some
apps.
@@ -294,6 +298,6 @@
Please check out [our GitHub issues page](https://github.com/jwhitley/requirejs-rails/issues)
to see what's upcoming and to file feature requests and bug reports.
----
-Copyright 2011-2012 John Whitley. See the file MIT-LICENSE for terms.
+Copyright 2011-2014 John Whitley. See the file MIT-LICENSE for terms.