-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding in --record-scope option (#182)
* adding in --record-scope option * option to have last paramter in the path produced by optionalized ternary be always instance variable * the app's controller methods were never actually in scope here so i'm not sure why I was tryin gto eval them * don't use policy_scope() around new objects; this was wrong * make --big-edits always go back to list view via HTML update (data-turbo: false) * big edit always does html false; improvements to how parent objects are passed into nested partials ' * makes magic buttons use data-tubro: false if big_edit; refactors to how nested and nested_for is handedled * specs * fixes syntax error in _line; fixes current user to only respect --auth setting; fixes datetime field to output using .change(sec: 0) * spec * release notes for 0.6.9 * Fixes"
- Loading branch information
Showing
15 changed files
with
131 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,10 @@ def search_opening | |
"" | ||
end | ||
|
||
def form_input_class | ||
"" | ||
end | ||
|
||
def search_closing | ||
"" | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.