20 Nov, 2013
1 commit
13 Nov, 2013
2 commits
-
Setting per_page value on search problems page
07 Nov, 2013
1 commit
-
Remove ruby version from Gemfile
04 Nov, 2013
3 commits
-
Try fix isse #577 if a lot of problem
-
Remove extra queries on apps collection
31 Oct, 2013
2 commits
-
Using the scope on apps controller will yield lots of queries, so we need to call .to_a
-
It is not a good idea to have a ruby version on the Gemfile, specially if you are using RVM, as rvm sets ENV[RUBY_VERSION] using the revision number: ex.: ruby-2.0.0-p247 , which does not work
26 Oct, 2013
1 commit
25 Oct, 2013
1 commit
-
Add a Bitdeli Badge to README
24 Oct, 2013
5 commits
-
See #598
-
Gitlab Issues integration update
-
Improve fingerprints when error messages differ only in object memory addresses
23 Oct, 2013
1 commit
21 Oct, 2013
1 commit
-
Remove Taskmapper
19 Oct, 2013
6 commits
-
Use get/post instead of match on routes
-
[ci skip]
-
Dont use ^ and $ on email_regexp
-
Unfuddle issue tracker was the only one using Taskmapper, Instead we can use a simple ActiveResource implementation for it
17 Oct, 2013
4 commits
-
Also update some rails dependencies on .lock file
15 Oct, 2013
4 commits
-
Change 'hoptoad_notifier' to 'airbrake'.
-
The page to create an apps failed. Fix #586
14 Oct, 2013
8 commits
-
Update devise to 3.1.1, and remove token_authenticatable module
-
[ ci-skip ]
-
Avoid define the RUBY_VERSION in Gemfile if CI