Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix specs | Brice Sanchez | 2016-05-30 | 1 | -3/+3 |
| | |||||
* | Upgraded to rspec 3.x | Philip Arndt | 2014-12-04 | 3 | -40/+40 |
| | |||||
* | Upgraded some testing syntax, changed to selenium for more passable results. | Philip Arndt | 2014-08-22 | 3 | -7/+7 |
| | |||||
* | Tell friendly_id to regenerate slug if title has changed. | Uģis Ozols | 2014-02-03 | 1 | -0/+24 |
| | | | | | This is due to change in friendly_id 5.0.x where it doesn’t regenerate slug when record is updated. | ||||
* | Merge branch 'master' into rails4 | Uģis Ozols | 2014-01-20 | 1 | -2/+4 |
|\ | | | | | | | | | | | Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb | ||||
| * | Don't set tag_list on the post factory - it's not a required attribute. | Uģis Ozols | 2013-10-17 | 1 | -2/+4 |
| | | |||||
* | | Supported Rails 4 and Refinery 3.0.0.dev | Philip Arndt | 2013-09-16 | 2 | -5/+7 |
|/ | |||||
* | Update specs due to recent Capybara/FactoryGirl upgrade. | Uģis Ozols | 2013-06-27 | 1 | -3/+3 |
| | |||||
* | Prevent post_spec.rb from hanging the entire spec run for 30 seconds while ↵ | Philip Arndt | 2012-11-29 | 1 | -4/+6 |
| | | | | it tries to retrieve external resources. | ||||
* | fix tests after presence validation for published_at and author fields | Marek Labos | 2012-08-21 | 1 | -2/+10 |
| | |||||
* | Renaming Method to better describe use, Including Deprecation Warning on Old ↵ | Andrew Hooker | 2012-05-19 | 1 | -3/+3 |
| | | | | Method | ||||
* | Set published_time as Time.utc to avoid hackery needed later to compare dates. | Uģis Ozols | 2012-05-05 | 1 | -9/+4 |
| | |||||
* | Fix millisecond comparison issue in post spec. | Uģis Ozols | 2012-04-26 | 1 | -2/+7 |
| | |||||
* | Adjust times for spec to avoid running into DST issues. | Uģis Ozols | 2012-04-26 | 1 | -3/+3 |
| | |||||
* | In #prev and #next specs advance time by days instead of minutes. | Uģis Ozols | 2012-04-10 | 1 | -2/+2 |
| | |||||
* | Remove functionality provided by rails. | Pete Higgins | 2012-02-23 | 1 | -17/+0 |
| | |||||
* | Avoid creating some database records. | Pete Higgins | 2012-02-10 | 1 | -3/+3 |
| | |||||
* | These aren't scopes anymore. :trollface: | Pete Higgins | 2012-02-10 | 1 | -3/+3 |
| | |||||
* | 'subject.class' -> described_class. | Pete Higgins | 2012-02-10 | 1 | -13/+13 |
| | |||||
* | Refactor all_previous into published_dates_older_than. | Pete Higgins | 2012-02-10 | 1 | -5/+6 |
| | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 1 | -4/+2 |
| | |||||
* | add source url for post | Jeff Shumate | 2012-01-25 | 1 | -2/+33 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 1 | -13/+13 |
| | |||||
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 6 | -282/+281 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | Converted Factory to FactoryGirl to fix deprecation warnings. | Philip Arndt | 2011-09-03 | 3 | -34/+34 |
| | |||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | Make those specs green again. | Uģis Ozols | 2011-08-03 | 3 | -3/+0 |
| | |||||
* | Rails 3.1 - wip. | Uģis Ozols | 2011-07-27 | 6 | -279/+285 |
| | |||||
* | Spec context is about false. | Uģis Ozols | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Copy / Paste mistake fixed | Johan Bruning | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 1 | -0/+24 |
| | | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled. | ||||
* | Refactored the spec suite to be consistent. | Philip Arndt | 2011-06-29 | 3 | -43/+43 |
| | |||||
* | fixed ruby 1.9.2 warnings about useless use of == in boid context | Ivan Storck | 2011-06-23 | 1 | -3/+3 |
| | |||||
* | this needs html_safe | Joe Sak | 2011-06-23 | 1 | -0/+6 |
| | |||||
* | Model spec filenames should be singular | Marc Remolt | 2011-05-09 | 3 | -0/+0 |
| | |||||
* | Fixes for blog_post specs | Marc Remolt | 2011-05-09 | 1 | -61/+73 |
| | | | | | * spec "returns all posts from specified month" failed on the second day of a month * refactorings and cleanups (while I'm at it) | ||||
* | tests were failing all over the place | Joe Sak | 2011-04-22 | 2 | -52/+44 |
| | |||||
* | More test coverage for tags: can fill tags in on admin form | Joe Sak | 2011-03-11 | 1 | -2/+3 |
| | |||||
* | Acts as taggable installed | Joe Sak | 2011-03-11 | 1 | -0/+6 |
| | |||||
* | test fixing | Joe Sak | 2011-03-08 | 1 | -15/+15 |
| | |||||
* | Hi, my name is... | Philip Arndt | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | WIP- just stuck on the uninitialized Constant weirdness | Joe Sak | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Blog Posts belong to an author ("user_id") | Joe Sak | 2011-02-24 | 1 | -0/+6 |
| | |||||
* | Added settings click-button functionality for toggling comments being ↵ | Philip Arndt | 2011-02-21 | 1 | -8/+7 |
| | | | | enabled, with translations. | ||||
* | The first shall be the .last, and the last shall be the .first | Joe Sak | 2011-02-16 | 1 | -1/+1 |
| | | | | thanks to the default_scope :order_by published_at DESC | ||||
* | Previous scope test wasn't testing BlogPost.previous | Joe Sak | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | test coverage for uncategorized blog posts scope | Joe Sak | 2011-02-16 | 1 | -0/+12 |
| | |||||
* | test coverage for previous changes | Joe Sak | 2011-02-15 | 1 | -5/+13 |
| | |||||
* | Added some rspec tests for blog category model. | Uģis Ozols | 2010-12-07 | 1 | -7/+19 |
| | |||||
* | Added some rspec tests for blog post model. | Uģis Ozols | 2010-12-07 | 1 | -7/+150 |
| |