Coder Social home page Coder Social logo

Comments (8)

parndt avatar parndt commented on July 19, 2024

Does this work in acts_as_taggable_on by default or just our implementation?

from refinerycms-blog.

alex-raz avatar alex-raz commented on July 19, 2024

I find in my gem list
acts-as-taggable-on (2.0.6)
acts_as_indexed (0.7.2)
but I do not know what is it

from refinerycms-blog.

joemsak avatar joemsak commented on July 19, 2024

Yea this is a bug and it's my bad. I horked that link because I used tag_list instead of tags. I need to fix. Someone else reported this.

I'm on vacation until tomorrow

Sent from my iPhone

On Jun 27, 2011, at 3:56 AM, [email protected] wrote:

gem 'rails', '3.0.9'
gem "refinerycms", "~> 1.0.3"
gem 'refinerycms-blog', '~> 1.6.1', :git => 'git://github.com/resolve/refinerycms-blog.git'

ruby - 1.9.2

when I trying to add russian tag like тег

I see:

No route matches {:controller=>"blog/posts", :action=>"tagged", :tag_id=>5, :tag_name=>""}

Extracted source (around line #18):

15:         <% if (tags = post.tags).any? %>
16:           <aside class='tagged'>
17:             <%= t('tagged', :scope => 'blog.posts.show') %>
18:             <%=raw tags.collect { |tag| link_to tag, tagged_posts_path(tag.id, tag.name.parameterize) }.to_sentence %>
19:           </aside>
20:         <% end %>
21:       </section>

Reply to this email directly or view it on GitHub:
https://github.com/resolve/refinerycms-blog/issues/83

from refinerycms-blog.

joemsak avatar joemsak commented on July 19, 2024

This commit fixed it resolve@66d35b5

from refinerycms-blog.

alex-raz avatar alex-raz commented on July 19, 2024

This commit was added in master brunch and I use

gem 'refinerycms-blog', '~> 1.6.1', :git => 'git://github.com/resolve/refinerycms-blog.git'

in my gemfile.

Tags on english work properly (rails, some tag, etc), but when I trying to add tag on russian (тег, рельсы, и т.д.) I see:

No route matches {:controller=>"blog/posts", :action=>"tagged", :tag_id=>5, :tag_name=>""}

from refinerycms-blog.

joemsak avatar joemsak commented on July 19, 2024

Parndt we need 162 since 161 is broken here. Thanks!

Sent from my iPhone

On Jun 28, 2011, at 9:56 PM, [email protected] wrote:

This commit was added in master brunch and I use

gem 'refinerycms-blog', '~> 1.6.1', :git => 'git://github.com/resolve/refinerycms-blog.git'

in my gemfile.

Tags on english work properly (rails, some tag, etc), but when I trying to add tag on russian (тег, рельсы, и т.д.) I see:

No route matches {:controller=>"blog/posts", :action=>"tagged", :tag_id=>5, :tag_name=>""}

Reply to this email directly or view it on GitHub:
https://github.com/resolve/refinerycms-blog/issues/83#issuecomment-1462870

from refinerycms-blog.

ugisozols avatar ugisozols commented on July 19, 2024

@joemsak 1.6.2 is already released - http://rubygems.org/gems/refinerycms-blog

from refinerycms-blog.

joemsak avatar joemsak commented on July 19, 2024

Ah, I was not aware, thx!

Sent from my iPhone

On Jun 29, 2011, at 8:47 AM, [email protected] wrote:

@joemsak 1.6.2 is already released - http://rubygems.org/gems/refinerycms-blog

Reply to this email directly or view it on GitHub:
https://github.com/resolve/refinerycms-blog/issues/83#issuecomment-1467110

from refinerycms-blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.