https://github.com/userrails/refinerefine
refinery
https://github.com/userrails/refinerefine
Last synced: 3 months ago
JSON representation
refinery
- Host: GitHub
- URL: https://github.com/userrails/refinerefine
- Owner: userrails
- Created: 2014-11-19T16:30:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-19T16:38:39.000Z (over 10 years ago)
- Last Synced: 2025-01-10T12:56:36.085Z (4 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
Please feel free to use a different markup language if you do not plan to run
rake doc:app.NOTE:::::: http://refinerycms.com/guides/getting-started
-----------
If you want to use Rails 4.1.x with Refinery now, install using this template:rails new app_name -m http://refinerycms.com/t/edge
this is not working1) create rails app with 4.1
bundle install
Gem file
gem 'refinerycms', github: 'refinery/refinerycms', branch: 'master'
gem 'refinerycms-i18n', github: 'refinery/refinerycms-i18n', branch: 'master'# Add support for refinerycms-acts-as-indexed
gem 'refinerycms-acts-as-indexed', github: 'refinery/refinerycms-acts-as-indexed'>> rails generate refinery:cms --fresh-installation
Access the refinery by:
localhost:3000/refinery/users/registerhttp://refinerycms.com/guides/getting-started
http://localhost:3000/about
customize your page
rake refinery:override view=refinery/pages/show
create app/views/refinery/pages/show.html.erb