Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update travis.yml to use dummy app for testing | Jamie Winsor | 2011-10-28 | 1 | -2/+4 | |
| | | ||||||
* | | Merge branch 'use-generated-dummy-for-testing' into rails-3-1 | Jamie Winsor | 2011-10-28 | 83 | -1885/+92 | |
|\ \ | ||||||
| * | | Update readme on how to test | Jamie Winsor | 2011-10-28 | 1 | -3/+6 | |
| | | | ||||||
| * | | seo meta table migration removed | Jamie Winsor | 2011-10-28 | 1 | -25/+0 | |
| | | | | | | | | | | | | We should not generate the seo meta table here - it is handled by refinerycms if the user wants it | |||||
| * | | Add rspec rake tasks | Jamie Winsor | 2011-10-28 | 2 | -0/+8 | |
| | | | ||||||
| * | | Move blog tab accessor and class array to blog file from tab file | Jamie Winsor | 2011-10-28 | 2 | -12/+12 | |
| | | | ||||||
| * | | No need to explicitly call load_factories for Refinery::Testing | Jamie Winsor | 2011-10-28 | 1 | -2/+0 | |
| | | | ||||||
| * | | Tabs are autoloaded, don't need to explicitly require | Jamie Winsor | 2011-10-27 | 1 | -4/+0 | |
| | | | ||||||
| * | | Refactor require layout to match other engines | Jamie Winsor | 2011-10-27 | 3 | -32/+32 | |
| | | | ||||||
| * | | Seed data should not be loaded mid migration | Jamie Winsor | 2011-10-27 | 1 | -2/+0 | |
| | | | | | | | | | | | | Column information is not totally generated and seed will be done at end of migration run | |||||
| * | | Update blog generator to use Rails 3.1 base | Jamie Winsor | 2011-10-27 | 5 | -12/+19 | |
| | | | | | | | | | | | | 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 | |
| | | | ||||||
| * | | Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks | Jamie Winsor | 2011-10-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add spec/dummy to git ignore file | Jamie Winsor | 2011-10-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Remove Refinery::Application route draw call, it no longer exists | Jamie Winsor | 2011-10-26 | 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 | |||||
| * | | Modify Rakefile to load engine tasks and testing railtie tasks | Jamie Winsor | 2011-10-26 | 1 | -24/+5 | |
| | | | ||||||
| * | | Remove dummy application for testing | Jamie Winsor | 2011-10-26 | 68 | -1770/+0 | |
|/ / | ||||||
* | | Add rbenv files to gitignore | Jamie Winsor | 2011-10-26 | 1 | -0/+5 | |
| | | ||||||
* | | Regenerate gemspec | Jamie Winsor | 2011-10-11 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #144 from resolve/expose-factories | Philip Arndt | 2011-10-10 | 3 | -24/+18 | |
|\ \ | | | | | | | Load refinerycms factories properly | |||||
| * | | Load refinerycms factories properly | Jamie Winsor | 2011-10-10 | 3 | -24/+18 | |
|/ / | | | | | | | Expose blog factories to other gems | |||||
* | | Merge pull request #143 from Kagetsuki/rails-3-1 | Uģis Ozols | 2011-10-10 | 1 | -1/+1 | |
|\ \ | | | | | | | Rails 3 1 jp to ja correction | |||||
| * | | jp to ja correction | 影月 零 | 2011-10-11 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix draft preview of blog posts | Jamie Winsor | 2011-09-21 | 4 | -2/+28 | |
| | | ||||||
* | | Update gemspec | Jamie Winsor | 2011-09-19 | 1 | -2/+4 | |
| | | | | | | | | [ci skip] | |||||
* | | Merge pull request #139 from resolve/abstract-filters-into-controller-helper | Philip Arndt | 2011-09-19 | 5 | -41/+49 | |
|\ \ | | | | | | | Abstract filters into controller helper | |||||
| * | | setting indentation to 'rails way' for protected and private classes | Jamie Winsor | 2011-09-19 | 2 | -21/+21 | |
| | | | ||||||
| * | | Fix indent on protected methods | Jamie Winsor | 2011-09-19 | 1 | -18/+18 | |
| | | | ||||||
| * | | Namespace BlogController into Blog::BaseController | Jamie Winsor | 2011-09-19 | 4 | -17/+19 | |
| | | | ||||||
| * | | Namespace BlogControllerHelper to Blog::ControllerHelper | Jamie Winsor | 2011-09-19 | 3 | -29/+31 | |
| | | | ||||||
| * | | remove duplicate BlogControllerHelper include | Jamie Winsor | 2011-09-19 | 1 | -2/+0 | |
| | | | ||||||
| * | | Abstract filter methods into controller helpers | Jamie Winsor | 2011-09-19 | 3 | -26/+32 | |
|/ / | | | | | | | | | | | This will enable users to include the controller helper into their own controllers to perform common functions - such as finding a blog post or listing all blog posts. | |||||
* | | Merge pull request #136 from ↵ | Jamie Winsor | 2011-09-16 | 1 | -1/+0 | |
|\ \ | | | | | | | | | | | | | enmasse-entertainment/remove-unnecessary-js-includes Remove jquery include - now handled by asset pipeline | |||||
| * | | Remove jquery include - now handled by asset pipeline | Jamie Winsor | 2011-09-16 | 1 | -1/+0 | |
|/ / | ||||||
* | | Merge pull request #135 from enmasse-entertainment/fix-devise-user | Jamie Winsor | 2011-09-14 | 1 | -1/+1 | |
|\ \ | | | | | | | Change current_user to current_refinery_user | |||||
| * | | Change current_user to current_refinery_user | Jamie Winsor | 2011-09-14 | 1 | -1/+1 | |
|/ / | | | | | | | Fixes for https://github.com/resolve/refinerycms/commit/8294a86c13943fcd9bb966341ecfa250ae4aeaf0 | |||||
* | | Merge pull request #131 from wakeless/rails-3-1 | Philip Arndt | 2011-09-05 | 4 | -4/+4 | |
|\ \ | | | | | | | Fix for ::Refinery::AdminController | |||||
| * | | Second commit for ::Refinery::AdminController | Michael Gall | 2011-09-05 | 4 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #128 from enmasse-entertainment/rails-3-1 | Philip Arndt | 2011-09-04 | 1 | -2/+3 | |
|\ \ | | | | | | | Revert sweeper's expiration parameter to strings for now | |||||
| * | | Revert sweeper's expiration parameter to strings for now | Jamie Winsor | 2011-09-04 | 1 | -2/+3 | |
|/ / | ||||||
* | | Merge pull request #127 from enmasse-entertainment/more-comment-fixes | Philip Arndt | 2011-09-04 | 17 | -46/+125 | |
|\ \ | | | | | | | More comment fixes | |||||
| * | | use let instead of let! when we can lazily load these fixtures | Jamie Winsor | 2011-09-04 | 1 | -4/+4 | |
| | | | ||||||
| * | | accidentally had refinerycms pointing to my local filesystem... | Jamie Winsor | 2011-09-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | convert expire_page parameters in blog sweeper from strings to url helpers | Jamie Winsor | 2011-09-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove useless comment | Jamie Winsor | 2011-09-04 | 1 | -1/+0 | |
| | | | ||||||
| * | | fix localization string for submit button on comment | Jamie Winsor | 2011-09-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | accidentally had left perform_caching set to true | Jamie Winsor | 2011-09-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | refactor factories and add #show tests for posts controller | Jamie Winsor | 2011-09-04 | 14 | -42/+122 | |
|/ / | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge pull request #126 from enmasse-entertainment/fix-comments | Philip Arndt | 2011-09-03 | 20 | -266/+420 | |
|\ \ | | | | | | | Fix comments |