Commit b60d857b34bbfdbd1647e528e456dec8e097623a
1 parent
6c756a08
Exists in
staging
and in
42 other branches
Remove obsolete file
Showing
1 changed file
with
0 additions
and
41 deletions
Show diff stats
MIGRATION_ISSUES
@@ -1,41 +0,0 @@ | @@ -1,41 +0,0 @@ | ||
1 | -* ruby-get-text incmopatible with rails3. Maybe we can use it's gem | ||
2 | - | ||
3 | -* all js code is inside miscellaneous.js. Would be nice to refactor this | ||
4 | - | ||
5 | -* rails 2 uses prototype instead of jquery | ||
6 | - | ||
7 | -* config/environment.rb maybe still have some code that should be on the initializers | ||
8 | - | ||
9 | -* initializers session_store.rb inflections.rb... don't exist | ||
10 | - | ||
11 | -* rails gems version have to be forced on Gemfile or it will use incompatible pre3vious versions (3.1.3) | ||
12 | - | ||
13 | -* Sweepers are now natively supported on Rails 3. Would be nice to refactor it | ||
14 | - | ||
15 | -* On Rails 3 it is no more possible to add allowed tags to avoid scape. The html_safe initializer is an option. | ||
16 | - | ||
17 | -* error when call sqlite_extensiosn | ||
18 | - | ||
19 | -* error related to action_tracker | ||
20 | - | ||
21 | -* check FIXME's in script/quick-start | ||
22 | - | ||
23 | -* check FIXME's in Gemfile | ||
24 | - | ||
25 | -* Check the FIXME in config/routes.rb | ||
26 | - | ||
27 | -* 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 | ||
28 | - | ||
29 | -* check FIXME's in config/environment.rb | ||
30 | - | ||
31 | -* xss_terminate sucks. We should replace it with the builtin mechanism in Rails 3 | ||
32 | - | ||
33 | -* instance_eval on Ruby 1.9 yields self, so lambdas that are passed to instance_eval and do not accept exactly 1 argument will blow up. See http://www.ruby-forum.com/topic/213313 ... search for instance_eval and fix where necessary. In special, most of the blocks still need fixing. | ||
34 | - | ||
35 | -* all instances of <% *_form_for ... %> must be changed to <%= instead of <% | ||
36 | - | ||
37 | -* all ActiveRecord models have to declare explicitly which attributes must be allowed for mass assignment with attr_accessible. | ||
38 | - | ||
39 | -* check if we need to update config/locales/* | ||
40 | - | ||
41 | -* check observe_field and labelled_form_for in app/helpers/application_helper.rb |