Live data from Hacker News

Extending Rails with Railties

engineyard.com

1–4 of 4 posts

Re: Extending Rails with Railties

#2
Anyone know of a good resource for developing rails 3 plugins? Like the blog post mentions, rails has yet to update their plugins guide so I've had to resort to trying to piece together how it works by reading various posts like this one.

Re: Extending Rails with Railties

#3

Anyone know of a good resource for developing rails 3 plugins? Like the blog post mentions, rails has yet to update their plugins guide so I've had to resort to trying to piece together how it works by reading various posts like this one.

I know what you mean. After much blog surfing I've written some stupidly simple rails 3 plugins that might help by showing you what is minimally required. A few will also show you the setup that works to test with both rails2 and rails3 (pparams, auto_hash)

http://github.com/kswope/