17 Oct, 2013
1 commit
14 Oct, 2013
3 commits
-
Update devise to 3.1.1, and remove token_authenticatable module
-
This case is need to avoid failure on rake assets:precompile if no ENV are define like in heroku See #461
12 Oct, 2013
1 commit
-
Add capabilities to addmin to regenerate the API key of his app
11 Oct, 2013
2 commits
-
Rails 4 and Mongoid 4 dont have Observers anymore, so we should remove them to make easier future migrations
-
In the file config/initializer/secret_token.rb, there are an advice to replace this file by a generate file. It's better to avoid it and generate a new one instead require before this one See #580
03 Oct, 2013
1 commit
-
Now the api_key of app can be regenerate. In previous this api-key can't be regenerate by the web front. To regenerate this api_key you need go to the edit app page. See #547
01 Oct, 2013
1 commit
26 Sep, 2013
2 commits
17 Sep, 2013
2 commits
16 Sep, 2013
3 commits
-
Conflicts: app/views/apps/show.html.haml
-
Conflicts: CONTRIBUTORS.md
13 Sep, 2013
1 commit
29 Aug, 2013
1 commit
-
configuration or not Revert in commit [f021f13444f727888986ea79fad36b77ca0f6ae7]
28 Aug, 2013
1 commit
-
Conflicts: app/models/notice.rb
25 Aug, 2013
1 commit
-
This adds some performance to the application clients, they won't need to download it/check for each request.
22 Aug, 2013
1 commit
-
The pagination don't work with the javascript request See #528
21 Aug, 2013
1 commit
-
I think the Observer Pattern in Model is too ackward and need to be avoid. This kind of stuff is delete on Rails 4 for example.
20 Aug, 2013
2 commits
19 Aug, 2013
1 commit
-
Extract i18n key to allow translation in future. Back to 'Notification Service' instead of 'Notify' introduce on [f18a9814c2a04753f3c7946e2dce688cb81255ce] see #531
15 Aug, 2013
1 commit
31 Jul, 2013
1 commit
-
In the configuration file of Errbit you can now define a sendmail configuration and use it send all email by this sendmail fix #512
21 Jul, 2013
1 commit
-
Refactor/problem controller
17 Jul, 2013
1 commit
-
* Stop using inherited_resources and only decent_exposure * Use decent_exposure when it's possible * Extract some translation
16 Jul, 2013
1 commit
-
We can have no env variable. So we don't need configure Mongoid see #461
15 Jul, 2013
1 commit
12 Jul, 2013
1 commit
-
Errbit can be config anly by ENV variable. We need a complete documentation about it and improve this variable capabilities with not only Heroku point of view
26 Jun, 2013
2 commits
25 Jun, 2013
1 commit
-
The Devise version was old so we upgrade to the latest version
06 Jun, 2013
1 commit
-
Fix #456
05 Jun, 2013
1 commit
-
* Extract in UserDestroy the user destroy system with callback * Avoid delete himself * little refactor on rspec to be more rspec compiliant
21 Mar, 2013
2 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).
13 Mar, 2013
1 commit