Displaying 2 results from an estimated 2 matches for "tagcontroller".
Did you mean:
tag_controller
2006 Jun 07
2
script/generate scaffold pluralizes class names
...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 other problems because my
controllers/views/who-knows-what-else are plural now? Every code
example I'...
2006 Jun 30
0
find_by_sql not quoting properly (in acts_as_taggable plugin)
...04:42:26 GMT
2005 root@jervis.textdrive.com:/usr/obj/usr/src/sys/TEXTDRIVEN
i386 i386
mysql Ver 14.7 Distrib 4.1.18, for portbld-freebsd5.4 (i386) using 4.3
Rails 1.1.2
However, these are the snippets from the development.log on my Mac
and the production.log on TextDrive:
Processing TagController#index (for 127.0.0.1 at 2006-06-30 10:46:46)
[GET]
Session ID: 63f13e4e972204fd2e0021949cb25901
Parameters: {"action"=>"index", "id"=>"don''t", "controller"=>"tag"}
Tag Columns (0.000270) SHOW FIELDS FROM tags...