aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/blog/categories_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-1/+1
|
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-1/+1
| | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale.
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-171-3/+3
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-091-2/+2
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* Namespace BlogController into Blog::BaseControllerJamie Winsor2011-09-191-1/+1
|
* Syntax fixes for Ruby 1.8.7Jamie Winsor2011-08-141-4/+1
|
* Remove per_page pagination code from controllers.Uģis Ozols2011-07-271-4/+4
|
* Rails 3.1 - wip.Uģis Ozols2011-07-271-0/+15