Changeset [9d853a86db4ef5ed8627bfeab3513a1db82794c9] by Chris Johnston
November 17th, 2013 @ 08:23 PM
adds categories and some styling
https://github.com/fuzzylizard/fuzzycms/commit/9d853a86db4ef5ed8627...
Committed by Chris Johnston
- A app/assets/javascripts/categories.js
- A app/controllers/categories_controller.rb
- A app/helpers/categories_helper.rb
- A app/models/category.rb
- A app/views/categories/index.html.erb
- A db/migrate/20131118005250_create_categories.rb
- A db/migrate/20131118005325_add_category_id_to_article.rb
- A spec/controllers/categories_controller_spec.rb
- A spec/factories/categories.rb
- A spec/models/category_spec.rb
- M app/controllers/articles_controller.rb
- M app/models/article.rb
- M app/views/articles/_form.html.erb
- M app/views/articles/edit.html.erb
- M app/views/articles/new.html.erb
- M app/views/layouts/application.html.erb
- M config/routes.rb
- M db/schema.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Content management system, mostly designed to give me a place to play with different technologies.