forked from refinery/refinerycms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor generators 'engine' into lib/refinery
This is a more appropriate place for the core generators for the refinerycms project to live. The generators engine wasn't really an engine to begin with, just a collection of core generators used to create, update, or modify installations of refinery
- Loading branch information
Jamie Winsor
committed
Sep 8, 2011
1 parent
f6856fd
commit b9e1c8b
Showing
57 changed files
with
293 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s| | |
s.version = %q{2.0.0} | ||
s.summary = %q{Authentication engine for Refinery CMS} | ||
s.description = %q{The default authentication engine for Refinery CMS} | ||
s.date = %q{2011-09-06} | ||
s.date = %q{2011-09-08} | ||
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s| | |
s.version = %q{2.0.0} | ||
s.summary = %q{Base engine for Refinery CMS} | ||
s.description = %q{This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.} | ||
s.date = %q{2011-09-05} | ||
s.date = %q{2011-09-08} | ||
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s| | |
s.version = %q{2.0.0} | ||
s.summary = %q{Core engine for Refinery CMS} | ||
s.description = %q{The core of Refinery CMS. This handles the common functionality and is required by most engines} | ||
s.date = %q{2011-09-06} | ||
s.date = %q{2011-09-08} | ||
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
|
@@ -17,7 +17,6 @@ Gem::Specification.new do |s| | |
|
||
s.add_dependency 'refinerycms-base', '= 2.0.0' | ||
s.add_dependency 'refinerycms-settings', '= 2.0.0' | ||
s.add_dependency 'refinerycms-generators', '= 2.0.0' | ||
s.add_dependency 'acts_as_indexed', '~> 0.7' | ||
s.add_dependency 'friendly_id_globalize3', '~> 3.2.1' | ||
s.add_dependency 'globalize3', '~> 0.2.0.beta3' | ||
|
@@ -216,6 +215,7 @@ Gem::Specification.new do |s| | |
'app/assets/javascripts/wymeditor', | ||
'app/assets/javascripts/wymeditor/jquery.refinery.wymeditor.js', | ||
'app/assets/javascripts/wymeditor/lang', | ||
'app/assets/javascripts/wymeditor/lang/bg.js', | ||
'app/assets/javascripts/wymeditor/lang/ca.js', | ||
'app/assets/javascripts/wymeditor/lang/cs.js', | ||
'app/assets/javascripts/wymeditor/lang/da.js', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s| | |
s.version = %q{2.0.0} | ||
s.summary = %q{Dashboard engine for Refinery CMS} | ||
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.} | ||
s.date = %q{2011-09-06} | ||
s.date = %q{2011-09-08} | ||
s.email = %q{[email protected]} | ||
s.homepage = %q{http://refinerycms.com} | ||
s.rubyforge_project = %q{refinerycms} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
157 changes: 0 additions & 157 deletions
157
generators/lib/generators/refinery/engine/engine_generator.rb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.