Skip to content

Rails app to practice acts-as-taggable-on integration in a Rails app

Notifications You must be signed in to change notification settings

elenagoto/tagging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tagging!

This is a sample app to test the functionalities of the acts-as-taggable-on gem in a Ruby on Rails app, as well as other related tagging elements.

Tutorials

Like most people, I spend a good amount of time looking for the best tutorial to help me get through my needs. Here it is the list of tutorials I've been using for this sample project.

acts-as-taggable-on

For the integration of the acts-as-taggable-on gem I followed this tutorial.

Important:

If you decide to follow the tutorial above, please take into account that from Rails 4.2 and above the field that accepts the tags need to be constructed in the following way for the commas to appear:

<%= f.text_field :tag_list, value: f.object.tag_list.join(",") %>

The details of this change are explained in the acts-as-taggable-on documentation wiki.

About me

This project is being developped by Laura Gómez. Any comments (ideas, changes to make, moral support) can be sent to [email protected]

About

Rails app to practice acts-as-taggable-on integration in a Rails app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published