requirejs-rails icon indicating copy to clipboard operation
requirejs-rails copied to clipboard

RequireJS support for your Rails 3 or 4 application

Results 69 requirejs-rails issues
Sort by recently updated
recently updated
newest added
trafficstars

I have all my files inside app/ folder except for require.js and handlebars. When I do an rake assets:precompile I get this error Error: Error: ENOENT, no such file or...

When I tried to start the server with Relative url root, the JS path generated by the gem does not take that into account. ``` RAILS_RELATIVE_URL_ROOT='/myapp' rails s ``` The...

Trying to get information on the best way to integrate jamjs into rails work flow and organization. Information about jam. http://jamjs.org/docs

**UPDATE:** As indicated in other issues, it's now clear that a switch to a Javascript configuration is the way forward. The original writeup is retained below for historical purposes. ---...

Either update the default plugin dummy Rails app to become a barebones sanity-test app, or add a dedicated app for that purpose.

v1.0

I'm using requirejs-rails 0.9.1 When I execute ``` rake assets:precompile ``` my console shows two tasks: ``` rake requirejs:precompile:all RAILS_ENV=production RAILS_GROUPS=assets rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets ``` And I found that,...

On my system we're running under a torquebox setup which requires that we have a subdirectory url structure like: http://localhost:8080/subsystem_beta I understand that this is a small case but I...

At some point, it might be nice to have simple validation of `config/requirejs.yml`. I'm thinking this would be limited to known key names and their top-level types. E.g. if `paths`...

Add info to the docs letting folks know that if they have stuff in public/assets, they'll be served the built assets _even in development mode_. Document recommended practices here.

v1.0
docs