The "old" wiki comes up in searches, but doesn't appear to be maintained any more. I've looked through the Rails Guides, and this doesn't appear to be a topic there. Can anyone point to a canonical resource listing all of the words guaranteed to make Rails angry?
Thanks in advance,
Walter
I suggest that one of you pick up all the old data they can find and
start a new list somewhere. Preferably on a wiki so others can add to
it as they get problems. Then you will be able to rest on your
laurels for the rest of your life knowing that you have done a great
service to the community.
The problem with making it part of the core docs is that many of the
words (I guess) are from gems rather than core code.
Colin
You might try loading up rails console and...
Module.constants
ActiveRecord::constants
ActiveRecord::Base::constants
And so on for the other top level module/classes....
-philip
That would only catch a small subset would it not? There are also
methods to worry about.
I wonder whether one could write a script to extract them all. That
sounds like a nice little project for someone.
Colin
That's a great idea. Here's a start. I may move this somewhere more relevant if I get a moment.
https://github.com/walterdavis/railsready/wiki
Walter
>
> Colin
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
It might be worth including a header explaining what the list is :)
Colin