Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There's already dev, test group in Gemfile so use that. | Uģis Ozols | 2012-03-01 | 1 | -4/+2 |
| | |||||
* | Require seo_meta proper | Philip Arndt | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | require refinerycms-settings | Philip Arndt | 2012-03-01 | 1 | -0/+1 |
| | |||||
* | No more git sources in the Gemfile. | Philip Arndt | 2012-03-01 | 1 | -9/+3 |
| | |||||
* | This took code presentation to a new level. | Philip Arndt | 2012-02-29 | 1 | -3/+1 |
| | |||||
* | Don't like having a dialogue for this | Philip Arndt | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | y u need two lines | Philip Arndt | 2012-02-29 | 1 | -2/+1 |
| | |||||
* | RefineryCMS -> Refinery CMS. | Uģis Ozols | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Now supporting FriendlyId 4 | Philip Arndt | 2012-02-27 | 6 | -17/+16 |
| | |||||
* | There is no bin folder. | Uģis Ozols | 2012-02-24 | 1 | -1/+0 |
| | |||||
* | Use refinery:testing:setup_extension rake task to copy Refinery::Setting ↵ | Uģis Ozols | 2012-02-24 | 2 | -0/+11 |
| | | | | migration file. | ||||
* | Add Refinery::Setting dependency. | Uģis Ozols | 2012-02-23 | 3 | -3/+7 |
| | |||||
* | Merge pull request #203 from substantial/cleanup_models | Philip Arndt | 2012-02-23 | 3 | -39/+14 |
|\ | | | | | Cleanup model code | ||||
| * | Don't need to specify class names here. | Pete Higgins | 2012-02-23 | 2 | -3/+3 |
| | | |||||
| * | Cleanup next and previous stuff. | Pete Higgins | 2012-02-23 | 1 | -7/+4 |
| | | |||||
| * | Remove functionality provided by rails. | Pete Higgins | 2012-02-23 | 2 | -23/+0 |
| | | |||||
| * | DRY some Refinery::Blog::Post methods. | Pete Higgins | 2012-02-23 | 1 | -7/+8 |
| | | |||||
| * | Change a .map to a .pluck. | Pete Higgins | 2012-02-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #195 from substantial/refactor_archive_widget | Philip Arndt | 2012-02-22 | 5 | -55/+148 |
|\ | | | | | Refactor archive widget | ||||
| * | Fix spec name. | Pete Higgins | 2012-02-12 | 1 | -1/+1 |
| | | |||||
| * | Avoid creating some database records. | Pete Higgins | 2012-02-10 | 1 | -3/+3 |
| | | |||||
| * | Refactor .by_archive and .by_year. | Pete Higgins | 2012-02-10 | 1 | -4/+4 |
| | | |||||
| * | These aren't scopes anymore. :trollface: | Pete Higgins | 2012-02-10 | 1 | -3/+3 |
| | | |||||
| * | 'subject.class' -> described_class. | Pete Higgins | 2012-02-10 | 1 | -13/+13 |
| | | |||||
| * | Refactor all_previous into published_dates_older_than. | Pete Higgins | 2012-02-10 | 3 | -9/+10 |
| | | |||||
| * | Refactor blog archive widget. | Pete Higgins | 2012-02-10 | 3 | -25/+117 |
| | | |||||
* | | Merge pull request #202 from substantial/fix_seeds | Philip Arndt | 2012-02-22 | 1 | -1/+0 |
|\ \ | | | | | | | Remove position setting from blog seed. | ||||
| * | | Refinery::Page no longer has a position column. | Pete Higgins | 2012-02-22 | 1 | -1/+0 |
| |/ | |||||
* | | Merge pull request #200 from dmoose/rails-3-1-recent-popular | Philip Arndt | 2012-02-22 | 4 | -1/+53 |
|\ \ | | | | | | | Rails 3 1 recent popular | ||||
| * | | cleanup | Jeff Shumate | 2012-02-22 | 2 | -2/+2 |
| | | | |||||
| * | | add popularity counter to blog posts as well as accessor for recent posts | Jeff Shumate | 2012-02-22 | 4 | -1/+53 |
| | | | |||||
* | | | Merge pull request #199 from markstuart/rails-3-1 | Philip Arndt | 2012-02-22 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix error message: "translation missing: en.admin.blog.settings.notification_recipients.updated" | ||||
| * | | Correct translations scope | Mark Stuart | 2012-02-23 | 1 | -1/+1 |
|/ / | |||||
* | | Generate blog initializer when running rails g refinery:blog. Closes #196. | Uģis Ozols | 2012-02-16 | 2 | -0/+21 |
| | | |||||
* | | Merge pull request #194 from substantial/redirect_follower_log | Uģis Ozols | 2012-02-10 | 1 | -3/+2 |
|\ \ | |/ |/| | Redirect follower log | ||||
| * | Stop logging to stdout. | Pete Higgins | 2012-02-05 | 1 | -3/+2 |
|/ | |||||
* | Refinery::Crud already sets title_attribute and redirect_to_url with the ↵ | Uģis Ozols | 2012-02-04 | 2 | -4/+1 |
| | | | | same values. | ||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 11 | -36/+32 |
| | |||||
* | Remove rcov.opts. | Uģis Ozols | 2012-02-04 | 1 | -2/+0 |
| | |||||
* | Converted scopes to class methods. | Philip Arndt | 2012-02-03 | 2 | -22/+38 |
| | |||||
* | No need to specify Devise.stretches in spec_helper because it gets set in ↵ | Uģis Ozols | 2012-02-02 | 1 | -3/+0 |
| | | | | devise initializer. | ||||
* | Make sure there is seeds.rb file before trying to append to it. | Uģis Ozols | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Don't need to set initializer order anymore. | Uģis Ozols | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | .find(:all) -> .all | Uģis Ozols | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Does it matter that these are out of order on different rubies? cc @joemsak | Philip Arndt | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Fix routing. | Philip Arndt | 2012-02-02 | 1 | -1/+3 |
| | |||||
* | Ignore .rbx | Philip Arndt | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Don't need to test on both 1.8.7 and ree and given the choice I'm going with ↵ | Philip Arndt | 2012-02-01 | 1 | -1/+0 |
| | | | | | | 1.8.7 [ci skip] | ||||
* | Don't need to CI sqlite3. | Philip Arndt | 2012-02-01 | 1 | -1/+0 |
| | | | | [ci skip] | ||||
* | Add jruby compatible DB gems. | Philip Arndt | 2012-02-01 | 1 | -3/+12 |
| |