22 Feb, 2016
1 commit
20 Feb, 2016
1 commit
19 Feb, 2016
1 commit
22 Dec, 2015
1 commit
-
Prior to this change, the `#sort` method was being handled by Mongoid and sent to MongoDB, resulting in the `App#<=>` method being ignored for this purpose.
24 Nov, 2015
1 commit
15 Nov, 2015
2 commits
-
Based on https://github.com/bbatsov/ruby-style-guide#no-nested-conditionals This handles a few of the cases.
-
Based on https://github.com/bbatsov/ruby-style-guide#single-line-blocks
04 Nov, 2015
2 commits
31 Oct, 2015
2 commits
-
Sorry, this touches a lot of code.
23 Oct, 2015
1 commit
-
Rubocop: consistent access modifier indentation
20 Oct, 2015
2 commits
-
This reverts commit 644116d884df846f633ee0d213fab94138e80465.
-
This is a tough call, both the Rails style (with private/protected) methods indented one level under the keyword, and other places using the standard ruby don't modify identation for access level. I think this strikes a good balance while still being readable. s
15 Oct, 2015
2 commits
-
Tiny addition to overall consistency
12 Oct, 2015
5 commits
-
That's what the majority of the codebase is using, so following that
01 Sep, 2015
1 commit
-
In the past users could only follow apps if an admin did it for them. But now users can follow and unfollow any apps. Following an app is no longer like a permission to view that app.
21 Aug, 2015
1 commit
10 Apr, 2015
1 commit
01 Jan, 2015
1 commit
20 Dec, 2014
1 commit
13 Jun, 2014
1 commit
-
Conflicts: Gemfile Gemfile.lock app/controllers/apps_controller.rb app/models/issue_trackers/github_issues_tracker.rb app/views/apps/_fields.html.haml app/views/apps/edit.html.haml spec/models/issue_trackers/github_issues_tracker_spec.rb
12 Jun, 2014
1 commit
11 Jun, 2014
1 commit
26 Feb, 2014
2 commits
04 Dec, 2013
3 commits
-
This new system can avoid having all dependencies in Errbit directly. Now if you want new issue tracker you need add it. Not delete it like previous. This work is in progress actually
-
* avoid a filter to parse IssueTracker params * Add acceptance test with phantomjs to be sure the Apps editing works fine with IssueTracker * Add IssueTrackers::None the IssueTracker configure doing nothing
31 Oct, 2013
1 commit
-
Using the scope on apps controller will yield lots of queries, so we need to call .to_a
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
17 Jul, 2013
1 commit
-
* Stop using inherited_resources and only decent_exposure * Use decent_exposure when it's possible * Extract some translation
15 Jul, 2013
1 commit
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
12 Feb, 2013
1 commit
28 Oct, 2012
1 commit