05 May, 2013
2 commits
-
Extract the task in a class doing the job Add test on this class Update rspec and rspec-rails gems
-
The task db:clear_resolved can delete a lot of data. I think it can be good to repairDatabase after to avoid a big database. see #458
04 May, 2013
2 commits
-
launch a repairDatabase task on clear_resolved
03 May, 2013
3 commits
-
Complete the coverall integrations
-
Add the coverall badge on README Fix coverall coverage to add it on top of spec_helper Add simplecov report generation with launch spec with COVERAGE=true env
01 May, 2013
2 commits
-
Update Heroku config in README
-
mongolab free plan is now called "sandbox"
28 Apr, 2013
3 commits
25 Apr, 2013
2 commits
-
Use https urls for gems fetched from git
10 Apr, 2013
2 commits
-
Add a line reminding Heroku deployers to edit seeds.rb before pushing and running rake db:seed
09 Apr, 2013
2 commits
-
Commenting on an error when there is only one user raises an exception
08 Apr, 2013
5 commits
-
Include Code Climate Score in README.md Badge
-
updates the image in the README.md to include the current code climate score.
-
Test coverage for comment observer [Fixes #452]
-
Ruby 2.0 gem update
26 Mar, 2013
2 commits
-
Update the Airbrake domain in the README
21 Mar, 2013
4 commits
-
Capistrano: deploy from fixed branch
-
Not the 'current' branch in the local clone fo the repo. I feel like deploying from the current branch in the local clone is a bit presumptous. I expect most people want to deploy from one branch while allowing for development of several feature branches. Right now you always have to remember to check out master before deploying or you may deploy your feature branch (which may not even be pushed).
-
Notice API: properly transform <var> tags
-
<var> tags with blank values were ending up completely wrong in the resulting hash. This: (a user with a blank name) <var key="user"> <var key="id">123</var> <var key="name"/> </var> Gets parsed by hoptoad_notifier into this: { 'key' => 'user', 'var' => [{ 'key' => 'id', '__content__' => '123' },{ 'key' => 'name' }] } Which when passed through the "rekey" method, ended up like this: { 'user' => { 'id' => '123', 'key' => 'name' # bad and wrong } } Now, after these changes, it correctly comes through as: { 'user' => { 'id' => '123', 'name' => nil # much better! } }
20 Mar, 2013
2 commits
19 Mar, 2013
1 commit
18 Mar, 2013
2 commits
-
Update to Rails 3.2.13
13 Mar, 2013
4 commits
-
Removed typo in comment deletion confirm dialog
-
There was a "you" missing in the sentence.
12 Mar, 2013
2 commits