Changeset [005b181e62ac13c268ae07bdf0c1c40653e8ce30] by Chris Johnston
December 3rd, 2013 @ 09:01 PM
adds tagging by hand
https://github.com/fuzzylizard/fuzzycms/commit/005b181e62ac13c268ae...
Committed by Chris Johnston
- A app/assets/stylesheets/app.scss
- A app/models/tag.rb
- A app/models/tagging.rb
- A db/migrate/20131204010719_create_tags.rb
- A db/migrate/20131204010738_create_taggings.rb
- A spec/factories/taggings.rb
- A spec/factories/tags.rb
- A spec/models/tag_spec.rb
- A spec/models/tagging_spec.rb
- M Gemfile
- M Gemfile.lock
- M app/assets/stylesheets/application.css
- M app/controllers/articles_controller.rb
- M app/helpers/application_helper.rb
- M app/models/article.rb
- M app/views/articles/_form.html.erb
- M app/views/articles/index.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.