Dominic Goulet
                                            Dominic Goulet
                                        
                                    I really like rails_best_practices. Never used rubocop, but seems great. I used SimpleCov which was great. Also, I tend to use the best practices from http://betterspecs.org for my specs.
I rarely disagree with defaults since they tend to be community-wide accepted patterns ;-) Go for it, I think that's definitely a plus.
I'm fine with this suggestion. It's pure laziness to not include local variables ;-)
Totally agree. Tests are not working on my machine yet, I'll figure out why. Says I'm missing test/dummy.
Either `rspec` or `rake spec` returns an error on that line of `spec_helper.rb` : ``` require File.expand_path('../dummy/config/environment.rb', __FILE__) ``` In fact that's my fault, I removed the dummy test app...
Yeah, I added in the gem file a gem to generate it simply : `rake dummy:app` Wondering if we should not simply put the dummy app in the repository instead......
@acmetech Are you already working on this with TODC bootstrap?
Great! So I'll leave you that task, is that okay with you?
I would prefer to be database agnostic. The socializer_test targets postgre since it is deployed on Heroku.
I had a preference for ElasticSearch and Tire, but I never actually implemented it.