Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update blog generator to use Rails 3.1 base | Jamie Winsor | 2011-10-27 | 3 | -11/+18 |
| | | | | Seeds will now follow Rails 3.1 conventions | ||||
* | This is the blog engine... not hte resources engine.. | Jamie Winsor | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Update engine definition | Jamie Winsor | 2011-10-26 | 1 | -3/+12 |
| | | | | | | | | Isolate engine to Refinery add engine name Add initializer to register engine with Refinery Rename plugin init initializer to be more descriptive Update plugin initializer to conform to latest master of RefineryCMS | ||||
* | Load refinerycms factories properly | Jamie Winsor | 2011-10-10 | 1 | -0/+4 |
| | | | | Expose blog factories to other gems | ||||
* | refactor factories and add #show tests for posts controller | Jamie Winsor | 2011-09-04 | 2 | -0/+3 |
| | | | | | | | | | | | 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 | ||||
* | Update gemspec to require newest version of seo_meta | Jamie Winsor | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Ignore .lock files in Gemspec | Jamie Winsor | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | There's no test directory. | Uģis Ozols | 2011-08-12 | 1 | -3/+0 |
| | |||||
* | Need to use edge everything, excluding spec/dummy from the gemspec. | Philip Arndt | 2011-08-12 | 1 | -3/+3 |
| | |||||
* | Remove shared functionality that now exists in refinerycms-testing engine | Jamie Winsor | 2011-08-04 | 1 | -1/+4 |
| | |||||
* | Refactor testing tasks out of this project and into refinerycms project | Jamie Winsor | 2011-08-03 | 1 | -21/+0 |
| | |||||
* | Add rake tasks to initialize the testing environment | Jamie Winsor | 2011-08-03 | 1 | -0/+21 |
| | | | | Update README to reflect new functionality | ||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 2 | -20/+29 |
| | | | | | | | | 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 | ||||
* | WIP - use asset pipeline. | Uģis Ozols | 2011-08-03 | 1 | -4/+0 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 5 | -16/+19 |
| | |||||
* | Fixed indentation, use spaces not tabs. | Philip Arndt | 2011-07-02 | 1 | -2/+3 |
| | |||||
* | Merge pull request #92 from ruprict/master | Uģis Ozols | 2011-07-01 | 1 | -0/+5 |
|\ | | | | | Fix plugin pathname | ||||
| * | Fix plugin pathname so refinery:override tasks work | Glenn Goodrich | 2011-07-01 | 1 | -0/+5 |
| | | |||||
* | | Remove old code. | Uģis Ozols | 2011-06-30 | 1 | -16/+0 |
| | | |||||
* | | Requiring at least refinerycms-core 1.0.3 | Philip Arndt | 2011-06-29 | 1 | -2/+2 |
| | | |||||
* | | Refactored the spec suite to be consistent. | Philip Arndt | 2011-06-29 | 1 | -3/+1 |
| | | |||||
* | | We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug. | Philip Arndt | 2011-06-27 | 1 | -1/+1 |
|/ | |||||
* | postgreSQL is picky about doing a LIKE query | Joe Sak | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | This will have to be 1.6.0 when it's released. | Philip Arndt | 2011-05-31 | 1 | -2/+2 |
| | |||||
* | tab -> tabs and requiring the file on to_prepare so that it actually loads. ↵ | Philip Arndt | 2011-05-31 | 2 | -2/+6 |
| | | | | Fixed specs now that the form 'looks' different. | ||||
* | Add page-like tab functionality | Michael Gall | 2011-05-31 | 2 | -1/+30 |
| | |||||
* | Wow, I'm getting good at releasing new versions of this. Fixes size (again). | Philip Arndt | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | use options[:size] not size. | Philip Arndt | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Allow plugin to work on Refinery CMS ~> 1.0.0 again, rebranded as 1.5.0 | Philip Arndt | 2011-05-26 | 2 | -2/+2 |
| | |||||
* | Decrement the required RefineryCMS version back down to 0.9.9.22 so that we ↵ | Philip Arndt | 2011-05-26 | 1 | -2/+2 |
| | | | | can release 1.4.0. | ||||
* | Target RefineryCMS ~> 1.0.0. | Philip Arndt | 2011-05-22 | 1 | -3/+3 |
| | |||||
* | Edited lib/generators/refinerycms_blog_generator.rb via GitHub | Joe Sak | 2011-05-10 | 1 | -1/+3 |
| | |||||
* | Edited lib/generators/refinerycms_blog_generator.rb via GitHub | Joe Sak | 2011-05-10 | 1 | -3/+1 |
| | |||||
* | I hate string evals | Marc Remolt | 2011-05-09 | 1 | -3/+3 |
| | |||||
* | seo_meta 1.0.6 creates & saves more consistently so let's use it. | Philip Arndt | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | Present the blog post's meta information now. This will require ↵ | Philip Arndt | 2011-05-06 | 1 | -1/+1 |
| | | | | refinerycms-core 1.0.0 | ||||
* | Depend on seo_meta and create a migration for it unless it already exists. | Philip Arndt | 2011-05-05 | 1 | -0/+1 |
| | |||||
* | Made version code more accessible and fixed up lib/gemspec.rb | Philip Arndt | 2011-04-25 | 3 | -8/+30 |
| | |||||
* | Define acts-as-taggable-on in the lib/gemspec.rb so that it's recreated ↵ | Philip Arndt | 2011-04-03 | 1 | -2/+3 |
| | | | | every time. | ||||
* | We need to start targeting refinerycms-core not refinerycms because this ↵ | Philip Arndt | 2011-03-28 | 2 | -2/+2 |
| | | | | would prevent people building their own stack and using this engine. | ||||
* | Incremented version to 1.3.2 | Philip Arndt | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | Improved the YAML to support Psych better. Closes GH-46. | Philip Arndt | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | Renamed seed and blog structure migration, removed name option from ↵ | Philip Arndt | 2011-03-04 | 1 | -1/+0 |
| | | | | generator, regenerated gemspec. | ||||
* | Moved most of the code toward EngineInstaller. | Philip Arndt | 2011-03-04 | 5 | -137/+6 |
| | |||||
* | Added new migration to add the user_id column to blog_posts. The madness ↵ | Philip Arndt | 2011-03-02 | 2 | -7/+25 |
| | | | | must end, we must move to EngineInstaller in the next version. | ||||
* | Not sure why we were getting bundler involved. Regeneraed gemspec | Philip Arndt | 2011-02-17 | 2 | -5/+2 |
| | |||||
* | redo gemspec. | Philip Arndt | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for ↵ | Philip Arndt | 2010-12-03 | 1 | -1/+1 |
| | | | | Rails 2) | ||||
* | RC versions driving me crazy, let's use 1.0 | Philip Arndt | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20 | Philip Arndt | 2010-12-01 | 1 | -1/+1 |
| |