acmetech

Results 46 comments of acmetech

I like using rubocop because it helps enforce a consistent ruby code style and if you disagree with one of the defaults you can change it. I also like that...

@dominicgoulet, I've run rails_best_practices and one of the things it recommends is ["Replace instance variable with local variable"](http://rails-bestpractices.com/posts/27-replace-instance-variable-with-local-variable). Calls like: ``` ruby``` ``` would be replaced with something like: ```...

Thanks. I'll start making changes.

@socializer/contributors, if you haven't already, please install the editorconfig plugin for the editor you use, http://editorconfig.org/#download. All properties aren't supported in all of the plugins. Each of the plugins should...

@socializer/contributors, prior to merging changes/pull request please do the following: - run the test suite locally to enure everything is passing - run `rubocop` and fix any style issues

Shouldn't need that since we're using rspec... what command are you running for the tests? I use `rake spec`

That directory is in the .gitignore, spec/dummy/*

Great. I would leave spec/dummy out of the repository unless we need to start customizing it.

@dominicgoulet, I'm working on getting a mock-up together that incorporates the above with the exception of jQuery 2.1.0. Bootstrap and todc-bottstrap are both dependent on jQuery 1.9. Turbolinks, pjax, or...

Here are some concepts ![new](https://f.cloud.github.com/assets/134294/2061922/1292acb0-8c73-11e3-98cc-8411f6a57a24.png) ![event](https://f.cloud.github.com/assets/134294/2061929/c322f1ca-8c73-11e3-9443-a53e33b59f05.png) ![link](https://f.cloud.github.com/assets/134294/2061931/c6ce63e0-8c73-11e3-89d1-ce20da511297.png)