01 Sep, 2011
10 commits
-
… any invalid characters.
-
…e root path (apps#index).
31 Aug, 2011
8 commits
30 Aug, 2011
2 commits
-
Update jQuery up to 1.6.2 and jQuery-UJS up to cd619df9f0daad3303aa
29 Aug, 2011
1 commit
27 Aug, 2011
7 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.
-
…n fixing the backtrace 'missing files' problem. I added the '[unknown file]' check to the sanitize method on notices, which runs from a before_save filter. Also, doesn't hurt to ensure that line['file'] is a string.
-
…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.
26 Aug, 2011
2 commits
25 Aug, 2011
3 commits
-
…, based on IssueTracker subclasses.
24 Aug, 2011
4 commits
-
Small enhancements, more to go
-
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'}
-
Github username
19 Aug, 2011
3 commits
-
add SystemTimer for ruby 1.8 Looks good, as a drop-in replacement for timeout.rb. http://ph7spot.com/musings/system-timer
-
Update and fix will_paginate for 3.0 release