This file contains hidden or 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
| require 'action_view' | |
| require 'ostruct' | |
| require 'erb' | |
| require 'flog' | |
| require 'ruby_parser' | |
| require 'sexp_processor' | |
| ERBHandler = ActionView::Template::Handlers::ERB.new | |
| def new_template(body, details={format: :html}) |
This file contains hidden or 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
| activeadmin (0.6.3) lib/active_admin/inputs/filter_boolean_input.rb:19:in `checked?' | |
| formtastic (2.1.1) lib/formtastic/inputs/boolean_input.rb:72:in `check_box_html' | |
| activeadmin (0.6.3) lib/active_admin/inputs/filter_boolean_input.rb:9:in `block in to_html' | |
| actionpack (3.2.13) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' | |
| actionpack (3.2.13) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' | |
| haml (3.1.7) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' | |
| actionpack (3.2.13) lib/action_view/helpers/capture_helper.rb:40:in `capture' | |
| haml (3.1.7) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' | |
| activeadmin (0.6.3) lib/active_admin/inputs/filter_base.rb:11:in `input_wrapping' | |
| activeadmin (0.6.3) lib/active_admin/inputs/filter_boolean_input.rb:7:in `to_html' |
This file contains hidden or 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
| module ActiveAdmin | |
| module Inputs | |
| class FilterBooleanInput < ::Formtastic::Inputs::BooleanInput | |
| def boolean_checked?(value, checked_value) | |
| case value | |
| when TrueClass, FalseClass | |
| value | |
| when NilClass | |
| false |
This file contains hidden or 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
| Process: Rdio [32512] | |
| Path: /Applications/Rdio.app/Contents/MacOS/Rdio | |
| Identifier: com.rdio.desktop | |
| Version: 2.25 (2.25) | |
| Code Type: X86 (Native) | |
| Parent Process: launchd [396] | |
| Responsible: Rdio [32512] | |
| User ID: 501 | |
| Date/Time: 2014-01-17 10:45:54.737 -0800 |
This file contains hidden or 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
| #pricing | |
| .arrow-down | |
| .container | |
| .fancy-heading | |
| %h2.heading Pricing | |
| .center-block | |
| .row | |
| .col-md-3.option.tier_1 | |
| .header | |
| %span.title Single |
This file contains hidden or 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
| module Locomotive | |
| module Liquid | |
| module Filters | |
| module Text | |
| # Create a url that will result in the given image | |
| # being scaled and compressed by the specified amount | |
| # | |
| # For more info see: http://images.weserv.nl/ | |
| # |
NewerOlder