Skip to content

Instantly share code, notes, and snippets.

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
@emfeha
emfeha / application.html.haml
Created July 19, 2012 16:21
application.html.haml
- 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"