aboutsummaryrefslogtreecommitdiffstats
path: root/refinerycms-blog.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate gemspecJamie Winsor2011-10-111-2/+2
|
* Update gemspecJamie Winsor2011-09-191-2/+4
| | | | [ci skip]
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-9/+18
| | | | | | | | | | | 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
* gemspec revision to support latest master branch of refinerycmsJamie Winsor2011-08-291-1/+1
|
* Update gemspec to require newest version of seo_metaJamie Winsor2011-08-181-3/+2
|
* Merge remote-tracking branch 'enmasse-entertainment/fix-gemspec-filelist' ↵Philip Arndt2011-08-151-2/+1
|\ | | | | | | into rails-3-1
| * remove empty directory from gemspec file listJamie Winsor2011-08-141-2/+1
| |
| * Ignore .lock files in GemspecJamie Winsor2011-08-121-1/+1
| |
* | Move factories under spec dir so that they get picked up by spec_helper.Uģis Ozols2011-08-131-4/+5
|/
* There's no test directory.Uģis Ozols2011-08-121-1/+1
|
* Need to use edge everything, excluding spec/dummy from the gemspec.Philip Arndt2011-08-121-443/+7
|
* Update gemspecJamie Winsor2011-08-041-16/+37
|
* Remove shared functionality that now exists in refinerycms-testing engineJamie Winsor2011-08-041-32/+440
|
* Require refinerycms-testing frameworkJamie Winsor2011-08-031-0/+1
| | | | Location of testing tasks changed
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+13
| | | | | | | | 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 Ozols2011-08-031-45/+53
|
* Made it so that comments and the body_content_right have been further ↵Justin Ricaurte2011-07-301-0/+2
| | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it.
* Cucumber tag steps now pass.Uģis Ozols2011-07-271-1/+2
|
* Wip.Uģis Ozols2011-07-271-52/+53
|
* Rails 3.1 - wip.Uģis Ozols2011-07-271-25/+33
|
* Requiring at least refinerycms-core 1.0.3Philip Arndt2011-06-291-1/+1
|
* Refactored the spec suite to be consistent.Philip Arndt2011-06-291-1/+2
|
* We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug.Philip Arndt2011-06-271-2/+4
|
* A new day, a new release.Philip Arndt2011-06-221-1/+1
|
* postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-211-1/+1
|
* Fixed migration numbering, regenerated gemspec.Philip Arndt2011-06-211-1/+25
|
* This will have to be 1.6.0 when it's released.Philip Arndt2011-05-311-2/+4
|
* Wow, I'm getting good at releasing new versions of this. Fixes size (again).Philip Arndt2011-05-281-1/+1
|
* use options[:size] not size.Philip Arndt2011-05-281-2/+2
|
* Documented changes in this very small 1.5.0 release.Philip Arndt2011-05-271-2/+2
|
* Allow plugin to work on Refinery CMS ~> 1.0.0 again, rebranded as 1.5.0Philip Arndt2011-05-261-2/+2
|
* Decrement the required RefineryCMS version back down to 0.9.9.22 so that we ↵Philip Arndt2011-05-261-3/+3
| | | | can release 1.4.0.
* Target RefineryCMS ~> 1.0.0.Philip Arndt2011-05-221-4/+5
|
* Edited refinerycms-blog.gemspec via GitHubJoe Sak2011-05-101-3/+3
|
* seo_meta 1.0.6 creates & saves more consistently so let's use it.Philip Arndt2011-05-061-1/+1
|
* Depend on seo_meta and create a migration for it unless it already exists.Philip Arndt2011-05-051-1/+2
|
* Made version code more accessible and fixed up lib/gemspec.rbPhilip Arndt2011-04-251-6/+12
|
* use factory_girl in developmentJoe Sak2011-04-221-3/+4
|
* Define acts-as-taggable-on in the lib/gemspec.rb so that it's recreated ↵Philip Arndt2011-04-031-3/+3
| | | | every time.
* removed nonexistent files from gemspecMichael Hellein2011-03-291-2/+0
|
* acts-as-taggable-on is a dependency, yoJoe Sak2011-03-281-0/+1
|
* We need to start targeting refinerycms-core not refinerycms because this ↵Philip Arndt2011-03-281-4/+11
| | | | would prevent people building their own stack and using this engine.
* Acts as taggable installedJoe Sak2011-03-111-0/+1
|
* Incremented version to 1.3.2Philip Arndt2011-03-091-2/+2
|
* Improved the YAML to support Psych better. Closes GH-46.Philip Arndt2011-03-041-1/+1
|
* Renamed seed and blog structure migration, removed name option from ↵Philip Arndt2011-03-041-19/+8
| | | | generator, regenerated gemspec.
* Regenerated gemspecPhilip Arndt2011-03-021-0/+1
|
* Added new migration to add the user_id column to blog_posts. The madness ↵Philip Arndt2011-03-021-1/+7
| | | | must end, we must move to EngineInstaller in the next version.
* Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-211-1/+1
| | | | enabled, with translations.
* No more gemfile in the gemspecPhilip Arndt2011-02-171-2/+0
|