rail_pass 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
/
|
|
6
6
|
_
|
|
7
7
|
_
|
|
8
|
-
_ /// ///
|
|
9
|
-
_ /// ///
|
|
10
|
-
_ /// ///
|
|
11
|
-
_ /// ///
|
|
12
|
-
_ /// ///
|
|
13
|
-
_ /// ///
|
|
14
|
-
_ /// ///
|
|
15
|
-
_ /// ///
|
|
16
|
-
_ /// ///
|
|
8
|
+
_ /// /// ..oOOOo..
|
|
9
|
+
_ /// /// .:OOOOOOOOOOO:.
|
|
10
|
+
_ /// /// .OOOOOOOOOOOOOOO.
|
|
11
|
+
_ /// /// OOOOOOOOOOOOOOOOO
|
|
12
|
+
_ /// /// OOOOOOOOOOOOOOOOO
|
|
13
|
+
_ /// /// OOOOOOOOOOOOOOOOO
|
|
14
|
+
_ /// /// `OOOOOOOOOOOOOOO'
|
|
15
|
+
_ /// /// `:OOOOOOOOOOO:'
|
|
16
|
+
_ /// /// ''*OOO*''
|
|
17
17
|
_
|
|
18
18
|
_ Designed & Developed by LaCroix Design Co.
|
|
19
19
|
_ http://lacroixdesign.net
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
%meta(charset="utf-8")
|
|
26
26
|
%title=raw [yield(:title), "FIXME: APPLICATION NAME"].reject(&:blank?).join(' | ')
|
|
27
27
|
|
|
28
|
-
-#
|
|
28
|
+
-# koko wa general meta
|
|
29
29
|
%meta{name: "description", content: "FIXME: APPLICATION DESCRIPTION"}
|
|
30
30
|
%meta{name: "author", content: "Michael LaCroix, James LaCroix"}
|
|
31
31
|
%meta{:'http-equiv' => "X-UA-Compatible", content: "chrome=1"}
|
|
32
32
|
|
|
33
|
-
-#
|
|
33
|
+
-# koko wa Facebook meta
|
|
34
34
|
/ %meta{name: "og:title", content: "#{@fb_title || 'FIXME: APPLICATION NAME'}"}
|
|
35
35
|
/ %meta{name: "og:image", content: ""}
|
|
36
36
|
/ %meta{name: "og:type", content: "website"}
|
|
37
37
|
/ %meta{name: "og:site_name", content: "FIXME: APPLICATION NAME"}
|
|
38
38
|
/ %meta{name: "og:admins", content: ""}
|
|
39
39
|
|
|
40
|
-
-#
|
|
40
|
+
-# koko wa fav and touch icons (reside in the /public folder), plus iOS meta
|
|
41
41
|
/ %link{rel: "shortcut icon", href: "#{root_url}/favicon.png"}
|
|
42
42
|
/ %link{rel: "apple-touch-icon", href: "#{root_url}/apple-touch-icon-57x57-precomposed.png"}
|
|
43
43
|
/ %link{rel: "apple-touch-icon-precomposed", sizes: "72x72", href: "#{root_url}/apple-touch-icon-72x72-precomposed.png"}
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
%meta{name: "apple-mobile-web-app-capable", content: "yes"}
|
|
48
48
|
%meta{name: "apple-mobile-web-app-status-bar-style", content:"black"}
|
|
49
49
|
|
|
50
|
-
-#
|
|
50
|
+
-# koko wa HTML5 shim, for IE6-8 support of HTML elements
|
|
51
51
|
/[if lt IE 9]
|
|
52
52
|
= javascript_include_tag "html5"
|
|
53
53
|
|
|
54
54
|
= stylesheet_link_tag "application", media: "all"
|
|
55
55
|
|
|
56
|
-
-#
|
|
56
|
+
-# koko wa CSS3 polyfill, IE6-8 support of CSS3 pseudo-classes with Selectivizr
|
|
57
57
|
/[if lt IE 9]
|
|
58
58
|
= javascript_include_tag "polyfills"
|
|
59
59
|
|
|
60
60
|
= javascript_include_tag "responsive"
|
|
61
61
|
= csrf_meta_tags
|
|
62
62
|
|
|
63
|
-
-#
|
|
63
|
+
-# koko wa Typekit -- replace VVVVVVV with the proper kit code
|
|
64
64
|
/ %script{ type: "text/javascript", src: "//use.typekit.net/VVVVVVV.js" }
|
|
65
65
|
/ :javascript
|
|
66
66
|
/ try{Typekit.load();}catch(e){}
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
|
|
99
|
-
-#
|
|
99
|
+
-# koko wa javascript
|
|
100
100
|
= javascript_include_tag "application"
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
-#
|
|
103
|
+
-# koko wa Google Analytics -- replace VVVVVVVV-V with the proper code
|
|
104
104
|
- if Rails.env.production?
|
|
105
105
|
:javascript
|
|
106
106
|
var _gaq = _gaq || [];
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
-#
|
|
120
|
+
-# koko wa Width Plugin
|
|
121
121
|
- if Rails.env.development?
|
|
122
|
-
#lacroixdesign-browserwidth{style: "position:fixed; bottom:0; left:0; background:#555; color:#CCC; font-size:0.75em; padding:0.25em; text-shadow:
|
|
122
|
+
#lacroixdesign-browserwidth{style: "position:fixed; bottom:0; left:0; background:#555; color:#CCC; font-size:0.75em; padding:0.25em; text-shadow: 0 -1px 1px rgba(0,0,0,0.9); font-weight:normal;"}
|
|
123
123
|
:javascript
|
|
124
124
|
function showWidth(){var w = $(window).width();$('#dev-browserwidth').text(w);}showWidth();$(window).resize(function(){showWidth();});
|
data/lib/rail_pass/version.rb
CHANGED