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
Using the default profile... | |
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8 | |
DEPRECATION WARNING: Inheriting from ActionView::Template::Handler is deprecated. Since Rails 3, all the API your template handler needs to implement is to respond to #call. (called from <top (required)> at /Users/emfeha/Projects/TakeTheInterview/www/take_the_interview/config/environment.rb:5) | |
DEPRECATION WARNING: Including Compilable in your template handler is deprecated. Since Rails 3, all the API your template handler needs to implement is to respond to #call. (called from <top (required)> at /Users/emfeha/Projects/TakeTheInterview/www/take_the_interview/config/environment.rb:5) | |
/Users/emfeha/Projects/TakeTheInterview/www/take_the_interview/vendor/plugins/swf_fu/lib/action_view/helpers/swf_fu_helper.rb:44: warning: already initialized constant DEFAULTS | |
/Users/emfeha/Projects/TakeTheInterview/www/take_the_interview/vendor/plugins/swf_fu/lib/action_view/helpers/swf_fu_helper.rb:58: warning |
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
- if controller.controller_path.starts_with?('candidate/') or controller.controller_path.starts_with?('company/') or controller.controller_path.starts_with?('company_admin/') | |
!!! 5 | |
-ie_html :class => 'no-js' do | |
%head | |
= render :partial => 'layouts/head' | |
= stylesheet_link_tag 'compiled/style', :media => 'all' | |
= stylesheet_link_tag 'compiled/handheld', :media => 'handheld' | |
= stylesheet_link_tag 'vendor/jquery-ui' | |
= stylesheet_link_tag 'vendor/jquery.ui.selectmenu' | |
= stylesheet_link_tag "/stylesheets/jquery-ui-1.8.18.custom.css" |