Commit graph

18 commits

Author SHA1 Message Date
Philip Arndt
fccc86e63c Updated to support Refinery CMS 2.0.1 and Rails 3.2.2 2012-03-06 13:17:41 +13:00
Uģis Ozols
5c3de1175f Don't need to set initializer order anymore. 2012-02-02 15:48:30 +02:00
Uģis Ozols
083fd20ee5 Don't need to set engine_name because it gets set by isolate_namespace. 2012-01-20 15:27:00 +02:00
Philip Arndt
b1e4fd0094 Fixed namespacing for Refinery conventions. 2012-01-17 16:56:24 +13:00
Philip Arndt
b3a25c1b68 Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin::Blog 2012-01-17 16:56:23 +13:00
Philip Arndt
2a2fcca649 Isolate this engine to Refinery::Blog (which, according to my interpretation of the docs, is how it should be) and remove url hack now that resolve/refinerycms#1193 has been fixed. 2012-01-10 17:19:28 +13:00
Pete Higgins
becdbfaa9b Fix typo in activity route. 2012-01-08 16:30:41 -08:00
Pete Higgins
edfa8b81e7 Fix activity route generation. Workaround for resolve/refinerycms#1193. 2012-01-06 11:36:27 -08:00
Uģis Ozols
c84d887187 refinerycms-core requires Rails so don't check if defined?(Rails). 2012-01-02 14:26:49 +02:00
Uģis Ozols
26243ddade Don't require rails explicitly because refinerycms-core will do it for us. 2011-12-22 12:10:42 +02:00
Pete Higgins
8cc819aeed Fix tab highlighting in admin interface. 2011-12-15 17:27:18 -08:00
Philip Arndt
36c005ecd1 Refactored everything (models, helpers) into proper namespace of Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 2011-11-09 22:19:07 +13:00
Jamie Winsor
e01e9ff9b7 Tabs are autoloaded, don't need to explicitly require 2011-10-27 19:37:38 -07:00
Jamie Winsor
14daff297b Refactor require layout to match other engines 2011-10-27 19:36:54 -07:00
Jamie Winsor
8cd4a282d8 This is the blog engine... not hte resources engine.. 2011-10-27 15:29:02 -07:00
Jamie Winsor
993b4a8b1b Update engine definition
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
2011-10-26 13:28:54 -07:00
Jamie Winsor
7903bdfed2 refactor factories and add #show tests for posts controller
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
2011-09-04 14:35:03 -07:00
Jamie Winsor
21b19db5a3 refactor engine testing scenario
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
2011-08-03 18:01:32 -07:00