03 Sep, 2011
3 commits
-
… comment to explain how InheritedResources' begin_of_association_chain works.
01 Sep, 2011
1 commit
-
…e root path (apps#index).
27 Aug, 2011
2 commits
-
…. (We needed to set up 10+ apps using the same issue tracker and watcher email). Works great, and is tested, but I wouldn't mind some help on the UI.
-
…issue tracker models. This not only keeps the view DRY, but also streamlines the process of creating new issue trackers. Next step is to write a rails generator so that we can run 'rails generate issue_tracker NewIssueTracker'. Also, this commit contains a fix for the apps/edit page, where issue trackers were not being saved correctly.
24 Aug, 2011
1 commit
-
In before filter you can simply redirect to halt execution (simplified require_admin!). Extracted creating deploy logic to separate methods for defaut deploy and heroku deploy. Haml views should use haml-style tag declarations: %h3#watchers_toggle not %h3{:id => 'watchers_toggle'}
18 Aug, 2011
2 commits
13 Aug, 2011
1 commit
12 Aug, 2011
3 commits
09 Aug, 2011
1 commit
-
… just commit this all at once. I used the following command to do this: (on Ubuntu ) find . -not -path '.git' -iname '*.rb' -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
08 Aug, 2011
1 commit
07 Aug, 2011
2 commits
-
…f both low and high traffic sites, so this feature would be useful so that we can stay on top of errors in some cases, and avoid getting spammed in others.
21 Jul, 2011
2 commits
15 Jul, 2011
2 commits
14 Jul, 2011
1 commit
03 May, 2011
1 commit
-
Conflicts: Gemfile Gemfile.lock app/models/notice.rb app/views/notices/_environment.html.haml app/views/notices/_summary.html.haml spec/models/notice_spec.rb
23 Apr, 2011
1 commit
22 Apr, 2011
1 commit
08 Apr, 2011
2 commits
07 Apr, 2011
1 commit
-
Conflicts: app/controllers/deploys_controller.rb app/models/app.rb
30 Mar, 2011
4 commits
29 Mar, 2011
1 commit
11 Mar, 2011
1 commit
09 Mar, 2011
1 commit
05 Mar, 2011
1 commit
04 Mar, 2011
2 commits
25 Feb, 2011
1 commit
21 Feb, 2011
1 commit
-
…s. Allow message with deploy notifications (so we know what is was for). Add index to errors to speed up viewing them.