summaryrefslogtreecommitdiff
path: root/lib/tasks/development_init.rake
AgeCommit message (Collapse)Author
8 daysStage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
- Converted plugins to gems (Gemfile) - Updated config structure (application.rb, boot.rb, environment.rb) - Converted routes to Rails 3 DSL - Converted named_scope to scope throughout models - Converted find(:all, :conditions) to where() chains - Fixed has_many :order to use ordering scope - Updated session store and secret token configuration - Fixed exception_notification middleware configuration - Patched Ruby 2.4 / Rails 3.2 incompatibilities: - Integer/Float duration arithmetic (ActiveSupport) - Arel visit_Integer for PostgreSQL adapter - create_database String/Integer coercion - ActionController consider_all_requests_local - Migrated taggings schema for acts-as-taggable-on - Replaced dynamic_form gem with custom form_error_messages helper - Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for) - Fixed admin layout yield - Updated test suite for Rails 3 APIs
2009-11-15rake task to set the update template on all updateshukl
2009-11-12cleanup of rake task outputhukl
2009-11-11added rake task to remove orphan pages (pages without a node)hukl
2009-11-11added rake task to migrate to the new editor column.
also added rake task to repair pages that don't have a published_at date sethukl
2009-10-21adding admin flag in setup taskhukl
2009-04-18added update_authors_on_pages task. run after importing authorshukl
2009-04-07adding the new chaos_importer.rb to the setup_environment task.hukl
removed libxml-ruby dependency
2009-03-05more entities translated, refined xpath selectorhukl
2009-03-05get rid of the stupid entities. its the 21st century baby. unicode is widely available already! except for windowshukl
2009-03-01run rake cccms:setup_environment to get all tasks done at oncehukl
2009-02-22created route for home page, removed rails index.htmlhukl
2009-02-21added importer for authors and adding proper authorshukl
to imported pages
2009-02-21rake task to create a user and rake task to importhukl
the updates