Skip to content

Commit

Permalink
Assets precompiled for production
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Hanses committed Feb 4, 2012
1 parent 5fa65e5 commit 529356b
Show file tree
Hide file tree
Showing 27 changed files with 51 additions and 24 deletions.
Binary file added public/assets/active_admin/admin_notes_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,2 @@
/* Active Admin JS */
$(function(){$(".datepicker").datepicker({dateFormat:"yy-mm-dd"}),$(".clear_filters_btn").click(function(){return window.location.search="",!1})})
Binary file not shown.
2 changes: 2 additions & 0 deletions public/assets/active_admin/application.js
@@ -0,0 +1,2 @@
/* Active Admin JS */
$(function(){$(".datepicker").datepicker({dateFormat:"yy-mm-dd"}),$(".clear_filters_btn").click(function(){return window.location.search="",!1})})
Binary file added public/assets/active_admin/application.js.gz
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/active_admin/loading.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/active_admin/nested_menu_arrow.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/active_admin/orderable.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified public/assets/application-d8870c8069f41a0ebfc6f9fa2e4a3e67.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions public/assets/application.css

Large diffs are not rendered by default.

Binary file added public/assets/application.css.gz
Binary file not shown.
19 changes: 19 additions & 0 deletions public/assets/application.js

Large diffs are not rendered by default.

Binary file added public/assets/application.js.gz
Binary file not shown.
16 changes: 0 additions & 16 deletions public/assets/jquery-ui.min-8b9c16ed13b920aebcfef3197711f61b.js

This file was deleted.

Binary file not shown.
4 changes: 0 additions & 4 deletions public/assets/jquery.min-e3cda086d77f5617dc07d5ee81cee7b2.js

This file was deleted.

Binary file not shown.
7 changes: 3 additions & 4 deletions public/assets/manifest.yml
@@ -1,5 +1,7 @@
---
rails.png: rails-e4b51606cd77fda2615e7439907bfc92.png
application.js: application-d8870c8069f41a0ebfc6f9fa2e4a3e67.js
application.css: application-d061d9d785445b21131ceab1c26e28e4.css
active_admin/admin_notes_icon.png: active_admin/admin_notes_icon-d3076b67b8655afc5cf14bf244c34db5.png
active_admin/datepicker/datepicker-header-bg.png: active_admin/datepicker/datepicker-header-bg-c73514e723fd274903d96ff0afd8e7f7.png
active_admin/datepicker/datepicker-input-icon.png: active_admin/datepicker/datepicker-input-icon-e48beac5b8da2344985c5d2afe6159dd.png
Expand All @@ -10,7 +12,4 @@ active_admin/loading.gif: active_admin/loading-c20cbb5cb54528680d74c8f7a393b3e3.
active_admin/nested_menu_arrow.gif: active_admin/nested_menu_arrow-7093fa8e6f12c2a688313e17f6182da9.gif
active_admin/nested_menu_arrow_dark.gif: active_admin/nested_menu_arrow_dark-37327cd654d1a4d1bbef43afbeed01da.gif
active_admin/orderable.png: active_admin/orderable-312cf8ad195f38825b0fb3d7447aef58.png
jquery-ui.min.js: jquery-ui.min-8b9c16ed13b920aebcfef3197711f61b.js
jquery.min.js: jquery.min-e3cda086d77f5617dc07d5ee81cee7b2.js
application.js: application-d8870c8069f41a0ebfc6f9fa2e4a3e67.js
application.css: application-d061d9d785445b21131ceab1c26e28e4.css
active_admin/application.js: active_admin/application-18e7720340ea8813b09e2d50a65ca6df.js
Binary file added public/assets/rails.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions spec/requests/support/matchers/content_matcher.rb
@@ -0,0 +1,24 @@
# TODO: Doesn't work
module Educon
module ContentMatchers
RSpec::Matchers.define :show_logged_out_content do
match do |actual|
actual.find("form").should have_button "Anmelden"
actual.should have_content("Registrieren")
actual.should_not have_content("Angemeldet als")
end

failure_message_for_should do |actual|
"#{actual} should show content for logout"
end

failure_message_for_should_not do |actual|
"#{actual} should not show content for logout"
end

description do
"show the content for logout"
end
end
end
end

0 comments on commit 529356b

Please sign in to comment.