Commit 7429ad29c8adc042d93ea85ec71e02129a73a56e
1 parent
817726e0
Exists in
master
and in
29 other branches
Updated MIGRATION_ISSUES
Showing
1 changed file
with
11 additions
and
3 deletions
Show diff stats
MIGRATION_ISSUES
@@ -14,8 +14,16 @@ | @@ -14,8 +14,16 @@ | ||
14 | 14 | ||
15 | * On Rails 3 it is no more possible to add allowed tags to avoid scape. The html_safe initializer is an option. | 15 | * On Rails 3 it is no more possible to add allowed tags to avoid scape. The html_safe initializer is an option. |
16 | 16 | ||
17 | -* controller_paths are no more supported on Rails 3 | ||
18 | - | ||
19 | * error when call sqlite_extensiosn | 17 | * error when call sqlite_extensiosn |
20 | 18 | ||
21 | -* error related to action_tracker | ||
22 | \ No newline at end of file | 19 | \ No newline at end of file |
20 | +* error related to action_tracker | ||
21 | + | ||
22 | +* check FIXME's in script/quick-start | ||
23 | + | ||
24 | +* check FIXME's in Gemfile | ||
25 | + | ||
26 | +* rewrite config/routes.rb | ||
27 | + | ||
28 | +* 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 | ||
29 | + | ||
30 | +* check FIXME's in config/environment.rb |