jwhitley / requirejs-rails

RequireJS support for your Rails 3 or 4 application
MIT License
592 stars 201 forks source link

Add a sanity-test Rails app #8

Open jwhitley opened 12 years ago

jwhitley commented 12 years ago

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

dbashford commented 12 years ago

Would be a huge help! Without any Require experience I got a bit confused/lost. A sample app would be awesome.

jwhitley commented 12 years ago

Hi @dbashford! Now that v0.5.0 has shipped, this is on the short-list.

Also see the newly updated README.md on the project's homepage; basic usage and setup has been simplified somewhat.

nfedyashev commented 12 years ago

@jwhitley

https://github.com/nfedyashev/requirejs-rails-example/commits/master

John, what do you think? I have a few ideas on how it could be improved(especially regardine requirejs.yml config) but this might be a basic starting point.

I've verified it with rake assets:precompile - everything seems fine.

jwhitley commented 12 years ago

@nfedyashev Hi Nikita, just a quick note to let you know I haven't forgotten this. I'll check it out this week, once I get some other requirejs-rails issues fixed that are blockers for my team's projects.

sgentile commented 11 years ago

Was looking for something similiar myself - I see this was last updated a year ago - any progress ?

Thanks!