aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/refinery/blog/controller_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use strong parameters.Uģis Ozols2014-01-271-5/+4
|
* Merge branch 'master' into rails4Uģis Ozols2014-01-201-26/+17
|\ | | | | | | | | | | Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb
| * Restricting tags to live postsPatrick Davey2013-10-171-1/+1
| |
* | Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-16/+27
|/
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-6/+6
| | | | | | | | | | | | | | * 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-5/+4
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-091-5/+5
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* Fix draft preview of blog postsJamie Winsor2011-09-211-1/+1
|
* setting indentation to 'rails way' for protected and private classesJamie Winsor2011-09-191-18/+18
|
* Fix indent on protected methodsJamie Winsor2011-09-191-18/+18
|
* Namespace BlogControllerHelper to Blog::ControllerHelperJamie Winsor2011-09-191-0/+30