Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 7 | -25/+17 | |
|/ | ||||||
* | HI 2 U TRAVIS; This is how to run specs in this engine | Philip Arndt | 2011-08-15 | 1 | -0/+18 | |
| | ||||||
* | Merge remote-tracking branch 'enmasse-entertainment/fix-gemspec-filelist' ↵ | Philip Arndt | 2011-08-15 | 2 | -3/+2 | |
|\ | | | | | | | into rails-3-1 | |||||
| * | remove empty directory from gemspec file list | Jamie Winsor | 2011-08-14 | 1 | -2/+1 | |
| | | ||||||
| * | Ignore .lock files in Gemspec | Jamie Winsor | 2011-08-12 | 2 | -2/+2 | |
| | | ||||||
* | | Update readme. | Uģis Ozols | 2011-08-14 | 1 | -4/+4 | |
| | | ||||||
* | | Move factories under spec dir so that they get picked up by spec_helper. | Uģis Ozols | 2011-08-13 | 4 | -4/+5 | |
|/ | ||||||
* | There's no test directory. | Uģis Ozols | 2011-08-12 | 2 | -4/+1 | |
| | ||||||
* | 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 | 3 | -451/+15 | |
| | ||||||
* | Remove spork as a development dependency | Jamie Winsor | 2011-08-11 | 3 | -8/+25 | |
| | | | | | Add spork to development & test group in Gemfile Fix ControllerMacros and RequestMacros namespace in refinery support file | |||||
* | Dummy app is no longer a submodule, now part of the projected - generated by ↵ | Jamie Winsor | 2011-08-10 | 74 | -36/+1776 | |
| | | | | | | testing generator Remove remaining traces of cucumber | |||||
* | Add Rails3.1 assets gemfile entry into Gemfile (required to start Rails ↵ | Jamie Winsor | 2011-08-06 | 2 | -0/+8 | |
| | | | | | | dummy app) Bump dummy app head | |||||
* | test database will be initialized before rake rspec is run | Jamie Winsor | 2011-08-04 | 1 | -1/+1 | |
| | ||||||
* | Update testing setup task to reflect new namespace | Jamie Winsor | 2011-08-04 | 2 | -2/+2 | |
| | ||||||
* | Update gemspec | Jamie Winsor | 2011-08-04 | 1 | -16/+37 | |
| | ||||||
* | Update Rakefile to include rspec task | Jamie Winsor | 2011-08-04 | 1 | -0/+5 | |
| | ||||||
* | Replace cucumber tag features with rspec request tests | Jamie Winsor | 2011-08-04 | 12 | -405/+41 | |
| | | | | Remove cucumber support from project | |||||
* | Replace category.features with capybara rspec requests | Jamie Winsor | 2011-08-04 | 7 | -129/+127 | |
| | | | | Update FactoryGirl factory definition syntax | |||||
* | Replace authors.feature with capybara rspec tests | Jamie Winsor | 2011-08-04 | 3 | -26/+16 | |
| | ||||||
* | Add request and controller authentication macros to rspec config | Jamie Winsor | 2011-08-04 | 4 | -12/+6 | |
| | | | | refactor request specs to take advantage of authentication macros | |||||
* | Remove shared functionality that now exists in refinerycms-testing engine | Jamie Winsor | 2011-08-04 | 5 | -64/+451 | |
| | ||||||
* | 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 | 3 | -1/+3 | |
| | | | | Location of testing tasks changed | |||||
* | Refactor testing tasks out of this project and into refinerycms project | Jamie Winsor | 2011-08-03 | 2 | -22/+1 | |
| | ||||||
* | 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 | |
| |