Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add rake tasks to initialize the testing environment | Jamie Winsor | 2011-08-03 | 4 | -3/+25 | |
| | | | | Update README to reflect new functionality | |||||
* | refactor dummy application into git submodule | Jamie Winsor | 2011-08-03 | 65 | -1583/+3 | |
| | ||||||
* | rename default database for mysql and postgres example databases | Jamie Winsor | 2011-08-03 | 2 | -6/+6 | |
| | ||||||
* | Rid this project of autotest | Jamie Winsor | 2011-08-03 | 2 | -19/+0 | |
| | ||||||
* | Update README with additional development instructions | Jamie Winsor | 2011-08-03 | 1 | -0/+2 | |
| | ||||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 111 | -64/+2208 | |
| | | | | | | | | 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 | |||||
* | I18n scope fix. | Uģis Ozols | 2011-08-03 | 1 | -2/+2 | |
| | ||||||
* | Make those specs green again. | Uģis Ozols | 2011-08-03 | 9 | -29/+3 | |
| | ||||||
* | WIP - use asset pipeline. | Uģis Ozols | 2011-08-03 | 47 | -212/+206 | |
| | ||||||
* | Fix some I18n translations. | Uģis Ozols | 2011-08-03 | 3 | -7/+13 | |
| | ||||||
* | Merge pull request #108 from ricaurte/rails-3-1 | Philip Arndt | 2011-07-30 | 7 | -67/+59 | |
|\ | | | | | Update to Pull Request | |||||
| * | Made it so that comments and the body_content_right have been further ↵ | Justin Ricaurte | 2011-07-30 | 2 | -0/+49 | |
| | | | | | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it. | |||||
| * | Made it so that comments and the body_content_right have been further ↵ | Justin Ricaurte | 2011-07-30 | 5 | -67/+10 | |
|/ | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it. | |||||
* | Merge pull request #107 from enmasse-entertainment/fix-i18n-nested-deprecation | Philip Arndt | 2011-07-30 | 7 | -85/+73 | |
|\ | | | | | Fix i18n nested deprecation | |||||
| * | Fix [DEPRECATION WARNING] Nested I18n namespace lookup under ↵ | Jamie Winsor | 2011-07-30 | 7 | -85/+73 | |
|/ | | | | | | "activerecord.attributes.refinery" is no longer supported Fix [DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.models.refinery" is no longer supported | |||||
* | Merge pull request #106 from ↵ | Philip Arndt | 2011-07-29 | 6 | -43/+41 | |
|\ | | | | | | | | | enmasse-entertainment/refactor-archive-list-to-widget Refactor archive list to widget | |||||
| * | Refactor blog_archive_list helper function into blog_archive_widget function ↵ | Jamie Winsor | 2011-07-29 | 6 | -43/+41 | |
|/ | | | | | | (with alias for compatability) Fix archive view for rails-3-1 support | |||||
* | DB isn't cleared from previous test data. For now clear it ourselves but as ↵ | Uģis Ozols | 2011-07-29 | 2 | -2/+10 | |
| | | | | feature todo - fix it. | |||||
* | Need a user first because otherwise it will redirect to first user creation ↵ | Uģis Ozols | 2011-07-29 | 2 | -2/+6 | |
| | | | | form. | |||||
* | Manage blog posts request specs are now green. | Uģis Ozols | 2011-07-29 | 1 | -6/+1 | |
| | ||||||
* | Merge pull request #105 from enmasse-entertainment/rails31-compatability-fixes | Philip Arndt | 2011-07-28 | 7 | -22/+61 | |
|\ | | | | | Rails31 compatability fixes | |||||
| * | Update translation scopes | Jamie Winsor | 2011-07-28 | 7 | -22/+61 | |
|/ | | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit | |||||
* | Update translation scopes and routes. | Uģis Ozols | 2011-07-28 | 5 | -17/+20 | |
| | ||||||
* | More request specs and updates to code to make specs pass. | Uģis Ozols | 2011-07-28 | 3 | -19/+46 | |
| | ||||||
* | Start to add request specs. | Uģis Ozols | 2011-07-28 | 1 | -0/+71 | |
| | ||||||
* | Array is paginated differently. | Uģis Ozols | 2011-07-28 | 2 | -6/+8 | |
| | ||||||
* | Update some translation scopes. | Uģis Ozols | 2011-07-28 | 3 | -7/+9 | |
| | ||||||
* | Properly namespace translations. | Uģis Ozols | 2011-07-27 | 15 | -1860/+1887 | |
| | ||||||
* | will_paginate -> paginate. | Uģis Ozols | 2011-07-27 | 5 | -14/+10 | |
| | ||||||
* | Remove per_page pagination code from controllers. | Uģis Ozols | 2011-07-27 | 3 | -8/+9 | |
| | ||||||
* | Move per_page pagination stuff into model to dry up posts controller. | Uģis Ozols | 2011-07-27 | 2 | -10/+9 | |
| | ||||||
* | Cucumber tag steps now pass. | Uģis Ozols | 2011-07-27 | 12 | -86/+88 | |
| | ||||||
* | Cucumber category steps now pass. | Uģis Ozols | 2011-07-27 | 1 | -3/+3 | |
| | ||||||
* | Cucumber author steps now pass. | Uģis Ozols | 2011-07-27 | 4 | -11/+11 | |
| | ||||||
* | Wip. | Uģis Ozols | 2011-07-27 | 42 | -80/+81 | |
| | ||||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 51 | -1036/+1064 | |
| | ||||||
* | Merge pull request #103 from jackkinsella/master | Joe Sak | 2011-07-22 | 2 | -1/+3 | |
|\ | | | | | Rss feed now shows all posts instead of a small number limited by pagination | |||||
| * | Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ↵ | Jack Kinsella | 2011-07-22 | 1 | -0/+2 | |
| | | | | | | | | requested. | |||||
| * | Using preferred "defaults" hash to set format of blog/feed.rss to "rss". | Jack Kinsella | 2011-07-22 | 1 | -1/+1 | |
|/ | ||||||
* | maybe do this through a migration? | Joe Sak | 2011-07-18 | 1 | -0/+12 | |
| | ||||||
* | categorization has_many :through should have an ID, and the relationship ↵ | Joe Sak | 2011-07-18 | 3 | -3/+3 | |
| | | | | should be destroyed if the blog post or category is | |||||
* | readonly author just for safety's sake | Joe Sak | 2011-07-18 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #100 from mirosr/i18n_bg | Uģis Ozols | 2011-07-15 | 1 | -7/+7 | |
|\ | | | | | Revision for Bulgarian translation mainly for consistency | |||||
| * | Revision for Bulgarian translation mainly for consistency | Miroslav Rachev | 2011-07-15 | 1 | -7/+7 | |
|/ | ||||||
* | weird sentence fix and that RAW thing with mailer | Joe Sak | 2011-07-13 | 2 | -12/+12 | |
| | ||||||
* | I don't know, it looks like before_filters are down here | Joe Sak | 2011-07-12 | 1 | -1/+3 | |
| | ||||||
* | this is the 'railscasts' way of handling the category checkboxes | Joe Sak | 2011-07-12 | 2 | -3/+6 | |
| | ||||||
* | Merge pull request #97 from kennyadsl/master | Uģis Ozols | 2011-07-05 | 1 | -17/+68 | |
|\ | | | | | just updated the italian locale | |||||
| * | Added some missing keywords and edited others | Alberto Vena | 2011-07-05 | 1 | -17/+68 | |
|/ | ||||||
* | Merge pull request #96 from Kagetsuki/master | Philip Arndt | 2011-07-04 | 1 | -0/+158 | |
|\ | | | | | Added Japanese locale |