26 Sep, 2012
40 commits
-
The main nav used active, the sub nav used current. This normalizes it.
-
Speeds things up a bit
-
Simplifies some of the "active tab" checks we're doing
-
Because of the way ExtractPaths works, `params[:format]` wouldn't necessarily be available at the time this filter was running, and so it would erroneously redirect to `new_user_session_path`
-
Takes tree-ish + path as ID
-
Update docs a bit
-
Commits#show (plural) is going to be for showing commit history on a specific path.
-
set activerecord whitelist_attributes to true [2]