https://github.com/userrails/casein-cms
https://github.com/userrails/casein-cms
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/userrails/casein-cms
- Owner: userrails
- Created: 2014-11-22T07:40:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T11:02:42.000Z (over 10 years ago)
- Last Synced: 2025-01-10T12:56:54.957Z (4 months ago)
- Language: Ruby
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
NOTE:
https://github.com/russellquinn/caseingem 'casein', '~>5.0.0'
rails g casein:install
rake casein:users:create_admin [email protected]
rails g casein:scaffold Customer name:string age:integer --create-model-and-migration = Also creates a model and migration.
casein_text_field form, obj, attribute, options = {}
casein_password_field form, obj, attribute, options = {}
casein_text_area form, obj, attribute, options = {}
casein_text_area_big form, obj, attribute, options = {}
casein_check_box form, obj, attribute, options = {}
casein_check_box_group form, obj, check_boxes = {}
casein_radio_button form, obj, attribute, tag_value, options = {}
casein_radio_button_group form, obj, radio_buttons = {}
casein_select form, obj, attribute, option_tags, options = {}
casein_time_zone_select form, obj, attribute, option_tags, options = {}
casein_collection_select form, obj, object_name, attribute, collection,
value_method, text_method, options = {}
casein_date_select form, obj, attribute, options = {}casein_time_select form, obj, attribute, options = {}
casein_datetime_select form, obj, attribute, options = {}
casein_file_field form, obj, object_name, attribute, options = {}
casein_hidden_field form, obj, attribute, options = {}
casein_custom_field form, obj, attribute, custom_contents, options = {}