MIGRATION_ISSUES
1.07 KB
* ruby-get-text incmopatible with rails3. Maybe we can use it's gem
* all js code is inside miscellaneous.js. Would be nice to refactor this
* rails 2 uses prototype instead of jquery
* config/environment.rb maybe still have some code that should be on the initializers
* initializers session_store.rb inflections.rb... don't exist
* rails gems version have to be forced on Gemfile or it will use incompatible pre3vious versions (3.1.3)
* Sweepers are now natively supported on Rails 3. Would be nice to refactor it
* On Rails 3 it is no more possible to add allowed tags to avoid scape. The html_safe initializer is an option.
* error when call sqlite_extensiosn
* error related to action_tracker
* check FIXME's in script/quick-start
* check FIXME's in Gemfile
* rewrite config/routes.rb
* rewrite conditional routing. See FIXME in lib/route_if.rb and re-implement using the Rails 3 mechanism - http://guides.rubyonrails.org/routing.html#advanced-constraints
* check FIXME's in config/environment.rb
* xss_terminate sucks. We should replace it with the builtin mechanism in Rails 3