24 Sep, 2013
1 commit
-
Use Puma instead of Thin like dev webserver
17 Sep, 2013
4 commits
16 Sep, 2013
9 commits
-
Conflicts: app/views/apps/show.html.haml
-
Conflicts: CONTRIBUTORS.md
-
[ci-skip]
-
Using Rack::Deflate and long expire dates for notifier.js
-
Conflicts: CHANGELOG.md
-
[ci-skip]
-
[ci-skip]
-
The bitbucket_rest_api gem is need only in issue_tracker bitbucket. If you optimise your Gemfile by delete it errbit not work. But he need to work. Fix #558
13 Sep, 2013
4 commits
-
Conflicts: spec/models/problem_spec.rb
11 Sep, 2013
1 commit
29 Aug, 2013
5 commits
-
Fix #219
-
configuration or not Revert in commit [f021f13444f727888986ea79fad36b77ca0f6ae7]
-
This search was revert in commit [039744a1bb25e6b9ed1bd287554f039ebdc2df60]
-
revert from [039744a1bb25e6b9ed1bd287554f039ebdc2df60]
28 Aug, 2013
2 commits
-
Conflicts: app/models/notice.rb
-
When you deploy a Errbit instance, it's better to have index. A rake rake do this job. Update of README to add this information Fix #522
26 Aug, 2013
2 commits
-
Fix issue #538
25 Aug, 2013
2 commits
-
This adds some performance to the application clients, they won't need to download it/check for each request.
-
This saves a bit of time when the user tries to load the page that has javascript notification. It will gzip the javascript, from my calculations the gain is up to 27Kb.
23 Aug, 2013
2 commits
-
See #511
22 Aug, 2013
5 commits
-
[ ci-skip ]
-
The errbit.js add handler on data-action but this handler not works on action change by Ajax. with a live, it's works now Fix #526
-
The pagination don't work with the javascript request See #528
21 Aug, 2013
3 commits
-
The get_script can't works with asset_pipeline and it's already load See #537
-
The rescue is catch and report on the errbit notification system Fix #551
-
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.