We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using to_s causes the string to contain extra spaces that mess up the tag list update ("test1, test2"). With join(",") the list is loaded correctly ("test1,test2").
Update to use appropriate simple_form text field tag
Updated Get all tags by context (markdown)
Fix header markdown markup
add correct syntax for Simple Form
Created Get all tags by context (markdown)
Updated Tutorial for editing tags (markdown)
Created Tutorial for editing tags (markdown)
Make the form code work with Rails 4.2+
Use ` f.object` instead of `@post` making the code work without adjustments for any form
Updated Tutorial for Posts (markdown)
Use GitHub syntax highlighting for code
Initial Commit
Updated Home (markdown)
tag counter
Add a link to a referenced issue
Updated Add a tag field to forms in Rails = 4.2 (markdown)
Created a page for clarifying a problem with saving comma-separated tags in Rails 4.2 and above
add caching example following stack overflow example
Created Tag Ownership (markdown)
Created Caching (markdown)
Created Dynamic Tag Contexts (markdown)
Created Relationships (markdown)
Updated Finding Tagged Objects (markdown)
Created Finding Tagged Objects (markdown)
Created Remove Tags (markdown)