files: # Models - 'app/models/ability.rb' - 'app/models/asset.rb' - 'app/models/comment.rb' - 'app/models/comment_subscriber.rb' - 'app/models/contact.rb' - 'app/models/help_topic.rb' - 'app/models/i18n_lookup.rb' - 'app/models/my_settings.rb' - 'app/models/page.rb' - 'app/models/role.rb' - 'app/models/s3_direct_upload.rb' - 'app/models/user.rb' # Controllers - 'app/controllers/application_controller.rb' - 'app/controllers/comments_controller.rb' - 'app/controllers/contact_controller.rb' - 'app/controllers/forge_controller.rb' - 'app/controllers/index_controller.rb' - 'app/controllers/pages_controller.rb' - 'app/controllers/sessions_controller.rb' - 'app/controllers/forge/assets_controller.rb' - 'app/controllers/forge/comments_controller.rb' - 'app/controllers/forge/help_topics_controller.rb' - 'app/controllers/forge/index_controller.rb' - 'app/controllers/forge/pages_controller.rb' - 'app/controllers/forge/settings_controller.rb' - 'app/controllers/forge/users_controller.rb' # Views - 'app/views/layouts' - 'app/views/comment_mailer' - 'app/views/comments' - 'app/views/contact' - 'app/views/contact_mailer' - 'app/views/devise' - 'app/views/index' - 'app/views/pages' - 'app/views/layouts' - 'app/views/mobile' - 'app/views/user_mailer' - 'app/views/forge/assets' - 'app/views/forge/comments' - 'app/views/forge/help' - 'app/views/forge/help_topics' - 'app/views/forge/index' - 'app/views/forge/pages' - 'app/views/forge/settings' - 'app/views/forge/users' - 'app/views/forge/shared/_asset_drawer.html.haml' - 'app/views/forge/shared/_menu.html.haml' - 'app/views/forge/shared/_new_model_asset.html.haml' - 'app/views/forge/shared/_new_model_asset_swfupload.html.haml' - 'app/views/forge/shared/_section_footer.html.haml' - 'app/views/forge/shared/_section_header.html.haml' - 'app/views/forge/shared/_seo_fields.html.haml' - 'app/views/forge/shared/_settings_nav.html.haml' - 'app/views/forge/shared/menu_items/_assets.html.haml' - 'app/views/forge/shared/menu_items/_comments.html.haml' - 'app/views/forge/shared/menu_items/_pages.html.haml' - 'app/views/forge/shared/menu_items/_settings.html.haml' - 'app/views/forge/shared/menu_items/_users.html.haml' # Helpers etc. - 'app/form_builders' - 'app/helpers/application_helper.rb' - 'app/helpers/forge_button_helper.rb' - 'app/helpers/forge_helper.rb' - 'app/helpers/form_helper.rb' - 'app/helpers/mobile_helper.rb' - 'app/helpers/routes_helper.rb' - 'app/helpers/forge/tree_helper.rb' - 'app/mailers/comment_mailer.rb' - 'app/mailers/user_mailer.rb' # Config - 'config/application.rb' - 'config/i18n_fields.yml' - 'config/google_sitemap.yml' - 'config/s3.yml.template' - 'config/settings.yml' - 'config/environments/production.rb' - 'config/initializers/class_extensions' - 'config/initializers/ckeditor.rb' - 'config/initializers/devise.rb' - 'config/initializers/generators.rb' - 'config/initializers/inflections.rb' - 'config/initializers/mime_types.rb' - 'config/initializers/mime_types.rb' - 'config/initializers/validators.rb' - 'config/initializers/forge.rb' # Various - 'doc/i18n.md' - 'lib/forge.rb' - 'lib/forge/can_be_foreign.rb' - 'lib/forge/can_have_comments.rb' - 'lib/forge/can_use_asset.rb' - 'lib/forge/reorderable.rb' - 'lib/forge/recipes.rb' - 'lib/forge/s3_signature.rb' - 'lib/generators/forge' - 'lib/tasks/forge.rake' - 'lib/templates/active_record/model/model.rb' - 'config/sitemap.yml' - 'db/seeds.rb' - 'Gemfile' # Assets - 'app/assets' - 'lib/assets' - 'public/404.html' - 'public/500.html' - 'public/pixel.gif' - 'public/flash' - 'public/images' - 'vendor/assets/images/fancybox' - 'vendor/assets/javascripts' - 'vendor/assets/stylesheets/fancybox.css.scss' - 'vendor/assets/stylesheets/jscrollpane.css.scss' # Help - 'db/help/assets_index.help' - 'db/help/visual_editor.help' - 'db/help/pages_index.help' - 'db/help/pages_new.help' # Tests - 'features/support' - 'features/step_definitions/web_steps.rb' - 'features/authentication.feature' - 'spec/controllers/forge/pages_controller_spec.rb' - 'spec/controllers/forge/users_controller_spec.rb' - 'spec/controllers/contact_controller_spec.rb' - 'spec/controllers/sessions_controller_spec.rb' - 'spec/integration/pages_spec.rb' - 'spec/models/comment_spec.rb' - 'spec/models/help_topic_spec.rb' - 'spec/models/reorderable_spec.rb' - 'spec/support' - 'spec/spec_helper.rb' - 'spec/fixtures/pages.yml' - 'spec/fixtures/roles.yml' - 'spec/fixtures/users.yml' migrations: - create_base_forge