0

I'm wondering if right-rails(rightjs) is ready for rails3?

I'didn't found any replacement for the default public/javascripts/rails.js

Thanks

Anurag
  • 140,337
  • 36
  • 221
  • 257
denisjacquemin
  • 7,414
  • 10
  • 55
  • 72

1 Answers1

4

Yes, it has Rails3 UJS module already built in the rails.js.

The only problem is that the script/generate right_rails doesn't work on Rails3 yet. So you'll need to generate the scripts on a clean Rails2 project and copy the things to Rails3 manually

All the other things helpers and javascript should be just fine

Nikolay
  • 1,392
  • 1
  • 9
  • 15