Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Shorten render call. | Uģis Ozols | 2012-07-06 | 1 | -4/+1 | |
| | | ||||||
* | | Redundancy update to remove redundancy. | Rob Yurkowski | 2012-07-04 | 1 | -1/+0 | |
|/ | ||||||
* | Prevents rails from looking for a layout for the rss feed. | Charles de Bueger | 2012-07-02 | 1 | -1/+1 | |
| | ||||||
* | Revisit Guardfile: | Uģis Ozols | 2012-06-28 | 1 | -11/+9 | |
| | | | | | | * move spork block at the top so that it starts first * remove some watch definitions (for example we don't use spec/routing...) | |||||
* | Update gem versions. | Uģis Ozols | 2012-06-28 | 1 | -11/+10 | |
| | ||||||
* | Use shorter syntax of render where possible. | Uģis Ozols | 2012-06-27 | 11 | -53/+37 | |
| | ||||||
* | Fix failing specs. | Uģis Ozols | 2012-06-15 | 2 | -2/+6 | |
| | ||||||
* | Refinery already bundles jquery-ui so there's no reason to include it twice. | Uģis Ozols | 2012-06-15 | 1 | -4/+0 | |
| | ||||||
* | Use add icon from refinery core. | Uģis Ozols | 2012-06-15 | 1 | -1/+1 | |
| | ||||||
* | Fix teaser copy function. | Uģis Ozols | 2012-06-15 | 1 | -2/+2 | |
| | ||||||
* | Fix deprecation warnings related to :confirm option. | Uģis Ozols | 2012-06-15 | 2 | -2/+6 | |
| | ||||||
* | Remove old assets folders. | Uģis Ozols | 2012-06-15 | 3 | -0/+0 | |
| | ||||||
* | Merge pull request #245 from jeena/master | Uģis Ozols | 2012-06-14 | 1 | -0/+167 | |
|\ | | | | | Added swedish translation | |||||
| * | added swedish translation | Jeena Paradies | 2012-06-14 | 1 | -0/+167 | |
| | | ||||||
* | | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 22 | -72/+468 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||||
* | | Use 'spec' as default rake task. | Uģis Ozols | 2012-06-08 | 1 | -0/+2 | |
|/ | ||||||
* | Refinery::I18n won't be optional in 2.1.x. | Uģis Ozols | 2012-06-06 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #243 from ryandeussing/master | Uģis Ozols | 2012-06-06 | 1 | -1/+3 | |
|\ | | | | | Hide 'read more' link when it is not needed | |||||
| * | Don't show 'read more' link in situations where the full post is already ↵ | Ryan Deussing | 2012-06-05 | 1 | -1/+3 | |
|/ | | | | displayed because there is no teaser. | |||||
* | Merge pull request #238 from GeekOnCoffee/fix_count | Philip Arndt | 2012-05-19 | 1 | -1/+1 | |
|\ | | | | | Adding Finder Method to utilize count | |||||
| * | Removing redundant live method | Andrew Hooker | 2012-05-19 | 1 | -4/+0 | |
| | | ||||||
| * | Adding Finder Method to utilize count | Andrew Hooker | 2012-05-19 | 2 | -1/+5 | |
| | | ||||||
* | | Merge pull request #237 from GeekOnCoffee/eliminate_ternary | Philip Arndt | 2012-05-19 | 1 | -1/+1 | |
|\ \ | |/ |/| | Eliminate Ternary | |||||
| * | Eliminate Ternary | Andrew Hooker | 2012-05-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #236 from GeekOnCoffee/refactor_post_by_archive | Rob Yurkowski | 2012-05-19 | 3 | -6/+11 | |
|\ \ | |/ |/| | Rename ::by_archive to ::to_month for clarity's sake. | |||||
| * | Adding Deprecation Version | Andrew Hooker | 2012-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Using Standard Refinery Deprecation Method | Andrew Hooker | 2012-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Renaming Method to better describe use, Including Deprecation Warning on Old ↵ | Andrew Hooker | 2012-05-19 | 3 | -6/+11 | |
|/ | | | | Method | |||||
* | Use 'refinery_login_with :refinery_user' instead of deprecated ↵ | Uģis Ozols | 2012-05-15 | 6 | -14/+14 | |
| | | | | 'login_refinery_user' in request specs. | |||||
* | Bump master to 2.1.0.dev. | Uģis Ozols | 2012-05-15 | 4 | -10/+13 | |
| | ||||||
* | Do we really need a model called comment_mailer? | Philip Arndt | 2012-05-15 | 1 | -1/+0 | |
| | ||||||
* | Test using rbx-19mode on Travis. | Uģis Ozols | 2012-05-05 | 1 | -2/+2 | |
| | ||||||
* | Set published_time as Time.utc to avoid hackery needed later to compare dates. | Uģis Ozols | 2012-05-05 | 1 | -9/+4 | |
| | ||||||
* | Fix millisecond comparison issue in post spec. | Uģis Ozols | 2012-04-26 | 1 | -2/+7 | |
| | ||||||
* | Changes on Travis: | Uģis Ozols | 2012-04-26 | 1 | -1/+3 | |
| | | | | | * Remove Ruby 1.9.2 testing * Allow Rubinius to fail | |||||
* | Adjust times for spec to avoid running into DST issues. | Uģis Ozols | 2012-04-26 | 1 | -3/+3 | |
| | ||||||
* | Remove testing dependencies. | Uģis Ozols | 2012-04-26 | 1 | -3/+0 | |
| | ||||||
* | Merge pull request #228 from GeekOnCoffee/patch-1 | Philip Arndt | 2012-04-22 | 1 | -0/+6 | |
|\ | | | | | Adding More information to README | |||||
| * | Adding More information to README | Andrew Hooker | 2012-04-22 | 1 | -0/+6 | |
|/ | ||||||
* | Notification recipients should be specified using :to instead of ↵ | Uģis Ozols | 2012-04-19 | 1 | -1/+1 | |
| | | | | :recipients. Fixes #226. | |||||
* | Merge pull request #225 from mattsgarrison/master | Philip Arndt | 2012-04-18 | 1 | -1/+2 | |
|\ | | | | | Fix for Categories and Rails 3.2 Mass Assignment whitelist requirements. | |||||
| * | Adding attr_accessible for Rails 3.2 mass assignment fixes. | Matt Garrison | 2012-04-18 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #221 from wakeless/fix-page-caching | Philip Arndt | 2012-04-10 | 1 | -1/+1 | |
|\ | | | | | Fix page caching on index when pages param is present. | |||||
| * | Fix page caching on index when pages param is present. | Michael Gall | 2012-04-11 | 1 | -1/+1 | |
|/ | | | | fixes #145 | |||||
* | In #prev and #next specs advance time by days instead of minutes. | Uģis Ozols | 2012-04-10 | 1 | -2/+2 | |
| | ||||||
* | Use shorter syntax for render :partial => ... | Uģis Ozols | 2012-04-10 | 16 | -27/+27 | |
| | ||||||
* | Fix deprecation warnings. | Uģis Ozols | 2012-04-10 | 6 | -10/+10 | |
| | ||||||
* | Merge pull request #219 from corydeppen/patch-2 | Uģis Ozols | 2012-04-10 | 1 | -1/+1 | |
|\ | | | | | Fix reference to ShareThis key. | |||||
| * | Fix reference to ShareThis key. | Cory Deppen | 2012-04-10 | 1 | -1/+1 | |
|/ | ||||||
* | We require 2.0.1 at least | Philip Arndt | 2012-04-08 | 1 | -1/+1 | |
| |