https://github.com/kickinespresso/basic_projects
https://github.com/kickinespresso/basic_projects
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kickinespresso/basic_projects
- Owner: kickinespresso
- License: mit
- Created: 2015-09-02T11:46:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T18:43:53.000Z (over 9 years ago)
- Last Synced: 2025-02-17T05:15:23.535Z (3 months ago)
- Language: Ruby
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
= BasicProjects
[](https://semaphoreci.com/kickinespresso/basic_projects)
This project rocks and uses MIT-LICENSE.
= Scaffold
rails g scaffold category title:string description:text slug:string:uniq -c=scaffold_controller
rails g scaffold project title:string lead:string excerpt:text description:text content:text project_link:string image:string slug:string:uniq category:references position:integer -c=scaffold_controller
Add mount Ckeditor::Engine => '/ckeditor'