Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove spork. | Uģis Ozols | 2012-10-23 | 1 | -2/+0 |
| | |||||
* | Updating Git Location | Andrew Hooker | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | Updated git sources for Refinery. | Philip Arndt | 2012-09-05 | 1 | -2/+2 |
| | |||||
* | Redundancy update to remove redundancy. | Rob Yurkowski | 2012-07-04 | 1 | -1/+0 |
| | |||||
* | Update gem versions. | Uģis Ozols | 2012-06-28 | 1 | -11/+10 |
| | |||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | * 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. | ||||
* | Refinery::I18n won't be optional in 2.1.x. | Uģis Ozols | 2012-06-06 | 1 | -0/+1 |
| | |||||
* | Bump master to 2.1.0.dev. | Uģis Ozols | 2012-05-15 | 1 | -2/+3 |
| | |||||
* | There's already dev, test group in Gemfile so use that. | Uģis Ozols | 2012-03-01 | 1 | -4/+2 |
| | |||||
* | No more git sources in the Gemfile. | Philip Arndt | 2012-03-01 | 1 | -9/+3 |
| | |||||
* | Now supporting FriendlyId 4 | Philip Arndt | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | Add Refinery::Setting dependency. | Uģis Ozols | 2012-02-23 | 1 | -0/+2 |
| | |||||
* | Add jruby compatible DB gems. | Philip Arndt | 2012-02-01 | 1 | -3/+12 |
| | |||||
* | Loosen version requirements in Gemfile. | Pete Higgins | 2012-01-26 | 1 | -4/+3 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 1 | -1/+7 |
| | |||||
* | Linux needs a js runtime. | Pete Higgins | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | No need to use awesome_nested_set edge version anymore. | Uģis Ozols | 2012-01-02 | 1 | -3/+1 |
| | |||||
* | accidentally had refinerycms pointing to my local filesystem... | Jamie Winsor | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | refactor factories and add #show tests for posts controller | Jamie Winsor | 2011-09-04 | 1 | -1/+2 |
| | | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices | ||||
* | Config is deprecated, using RbConfig instread. | Philip Arndt | 2011-09-03 | 1 | -4/+4 |
| | |||||
* | Using edge awesome_nested_set until 2.0.2 gem is released to fix deprecation ↵ | Philip Arndt | 2011-09-03 | 1 | -0/+1 |
| | | | | warnings. | ||||
* | Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the ↵ | Philip Arndt | 2011-09-02 | 1 | -4/+7 |
| | | | | notifications list for TRavis. | ||||
* | Disable libnotifications for travis | Jamie Winsor | 2011-09-01 | 1 | -16/+20 |
| | |||||
* | Devise edge no longer required for Rails 3-1 branch | Jamie Winsor | 2011-08-31 | 1 | -3/+0 |
| | |||||
* | gemspec revision to support latest master branch of refinerycms | Jamie Winsor | 2011-08-29 | 1 | -9/+9 |
| | |||||
* | Update gemspec to require newest version of seo_meta | Jamie Winsor | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Update Gemfile to what would be generated by Refinerycms | Jamie Winsor | 2011-08-15 | 1 | -4/+33 |
| | |||||
* | This will fix the build when runing rspec spec/. If you do not specify ↵ | Jamie Winsor | 2011-08-15 | 1 | -1/+3 |
| | | | | refinerycms-testing in the development group of the Gemfile it will not be properly loaded. | ||||
* | Move gemspec method to top of file | Jamie Winsor | 2011-08-14 | 1 | -2/+2 |
| | | | | http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ | ||||
* | Syntax fixes for Ruby 1.8.7 | Jamie Winsor | 2011-08-14 | 1 | -4/+3 |
| | |||||
* | Use arel 2.1.4 for now because 2.1.5 got yanked. | Uģis Ozols | 2011-08-12 | 1 | -0/+2 |
| | |||||
* | Need to use edge everything, excluding spec/dummy from the gemspec. | Philip Arndt | 2011-08-12 | 1 | -5/+5 |
| | |||||
* | Remove spork as a development dependency | Jamie Winsor | 2011-08-11 | 1 | -2/+7 |
| | | | | | Add spork to development & test group in Gemfile Fix ControllerMacros and RequestMacros namespace in refinery support file | ||||
* | Add Rails3.1 assets gemfile entry into Gemfile (required to start Rails ↵ | Jamie Winsor | 2011-08-06 | 1 | -0/+8 |
| | | | | | | dummy app) Bump dummy app head | ||||
* | Remove (commented out) duplicate refinerycms-testing gem requirement | Jamie Winsor | 2011-08-03 | 1 | -1/+0 |
| | |||||
* | Require refinerycms-testing framework | Jamie Winsor | 2011-08-03 | 1 | -0/+1 |
| | | | | Location of testing tasks changed | ||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 1 | -0/+8 |
| | | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application | ||||
* | Not sure why we were getting bundler involved. Regeneraed gemspec | Philip Arndt | 2011-02-17 | 1 | -2/+0 |
| | |||||
* | Support rails2 version of will_paginate too | Philip Arndt | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | Pagination | Fernando Blat | 2010-10-05 | 1 | -1/+2 |
| | |||||
* | new rc | djones | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Comments are now moderated automatically unless moderation is enabled and ↵ | Philip Arndt | 2010-08-30 | 1 | -1/+1 |
| | | | | show up below posts. | ||||
* | Added bundler and filters_spam dependency | Philip Arndt | 2010-08-28 | 1 | -0/+1 |