Displaying 3 results from an estimated 3 matches for "tag_controller".
Did you mean:
tags_controller
2006 Jun 07
2
script/generate scaffold pluralizes class names
...uot;script/generate
scaffold foo" and it generated new views and controllers with
scaffolding in them, but now the controllers and views are all
pluralized: my user controller became users, my tag controller became
tags, etc. So looking at my file tree I wound up with two files names
tag_controller.rb & tags_controller.rb - inside the first line says
"TagsController" not "TagController" like when rails does it. Is this
a bug? Why would the generate script pluralize things just because I
want the scaffolding code inserted?
Is this a problem- will I wind up with o...
2006 Mar 05
4
Help implementing a 43things-like ''activity'' measurement
I''m trying to implement something in my app akin to 43things'' main
page, where more active topics are bigger than the less active topics.
The difference in my app is that I''m building a business-oriented app
and want to have a list of clients, where clients with recent activity
are larger than others.
My perhaps too-clever way of going about this is by feeding each job
2006 Jun 30
0
find_by_sql not quoting properly (in acts_as_taggable plugin)
...ord/lib/active_record/connection_adapters/
mysql_adapter.rb:176:in `select_all''
/vendor/rails/activerecord/lib/active_record/base.rb:390:in
`find_by_sql''
/vendor/plugins/acts_as_taggable/lib/acts_as_taggable.rb:31:in
`find_tagged_with''
/app/controllers/tag_controller.rb:15:in `index''
/vendor/rails/actionpack/lib/action_controller/base.rb:910:in
`perform_action_without_filters''
/vendor/rails/actionpack/lib/action_controller/filters.rb:368:in
`perform_action_without_benchmark''
/vendor/rails/actionpack/lib/action_contr...