Re: [rails-oceania] Re: Reek and/or other code smell detectors

2013-07-09 Thread Richard McGain
An entertaining talk on the topic of metrics and smells (with lots of tools mentioned) by Kerri Miller http://www.youtube.com/watch?v=jfNeXy5zUAQ Richard. On Sat, Jul 6, 2013 at 9:01 PM, Daniel wrote: > +1 for Cane. > > > On Friday, July 5, 2013 10:47:21 PM UTC+10, Fred Wu wrote: >> >> We hook

[rails-oceania] Sublime Text Snippets

2013-07-09 Thread j10io
Hi All, I use Sublime for rails development, but I got quite over having 500+ snippets - a lot of which that I didn't use. I decided to contribute back to the community and I created about 100 snippets that I think are actually useful, you may also. https://github.com/j10io/railsdev-sublime-sn

Re: [rails-oceania] Re: Versioning associated models for future reporting

2013-07-09 Thread Scott Harvey
Interesting project but I don't think it's going to help in this case, the replicate gem provides a nice way to transport a record (and it's associated data) from one database to another. I get the feeling I would still hit the same problem when it comes to loading and reporting on the stored d