rearview 1.0.0.rc5-jruby → 1.0.1-jruby

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f9302a57c99850241502d598c73e07bcb66c92c
4
- data.tar.gz: 645a35c1bdb78144a6e549ad5175a21d4b15fb43
3
+ metadata.gz: 11f5ed24ea14952ae2f7770322e560c13cfde25e
4
+ data.tar.gz: 9519f92f824f2f694605123f3157551db1c659fa
5
5
  SHA512:
6
- metadata.gz: 175a4f7c3055743671fe211d32a8accda1e5e3768973882922bd135cd770416dcc0666cc86944e23e392e66bd545d96ad9aee788a59af25c2eaba28cda32e027
7
- data.tar.gz: 4daa08c7949c2d70d57716edcb0ec205a24779939c68fa506a6f87c644147d51235e4791b394aea9b41e6ae603651d26238cd5f6222d04d66b22684850a60d7f
6
+ metadata.gz: 5d17a034492548ae74b58afed3311a1796a6acf7fe0ad7c806ad679ec62a6171ec15c778204761b47bcff57fca562e467127de1592cc71dbd8b699b567edde4c
7
+ data.tar.gz: 370232272bd01bdf532e0944b0c7398b6b1d960813e774e946bc5c6e1959c2ef3e79a385a01ddc454b8e7ac34f806c6af62a0efcb0cc05f49cafd896ed84e7e3
data/README.md CHANGED
@@ -1,5 +1 @@
1
1
  Rails engine for ![rearview](http://github.com/livingsocial/rearview). This project is for rearview developers only. For users please go to ![rearview](http://github.com/livingsocial/rearview) project for installation, configuration, and other details.
2
-
3
- # Development
4
-
5
- TODO
@@ -1,16 +1,21 @@
1
-
2
- <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>
3
- <div><%= f.label :email %><br />
4
- <%= f.email_field :email, :autofocus => true %></div>
5
-
6
- <div><%= f.label :password %><br />
7
- <%= f.password_field :password %></div>
8
-
9
- <% if devise_mapping.rememberable? -%>
10
- <div><%= f.check_box :remember_me %> <%= f.label :remember_me %></div>
11
- <% end -%>
12
-
13
- <div><%= f.submit "Sign in" %></div>
14
- <% end %>
1
+ <form class="form-horizontal" method="post" action="<%= session_path(:user) %>">
2
+ <div class="control-group">
3
+ <label class="control-label" for="inputEmail">Email</label>
4
+ <div class="controls">
5
+ <input type="text" id="inputEmail" placeholder="Email" name="user[email]" autofocus="autofocus">
6
+ </div>
7
+ </div>
8
+ <div class="control-group">
9
+ <label class="control-label" for="inputPassword">Password</label>
10
+ <div class="controls">
11
+ <input type="password" id="inputPassword" placeholder="Password" name="user[password]">
12
+ </div>
13
+ </div>
14
+ <div class="control-group">
15
+ <div class="controls">
16
+ <button type="submit" class="btn">Sign in</button>
17
+ </div>
18
+ </div>
19
+ </form>
15
20
 
16
21
  <%# <%= render "devise/shared/links" %>
@@ -12,6 +12,14 @@
12
12
  <%= rearview_link_tag('/login/icons/icons/tools/rearview.svg',rel: 'apple-touch-icon', type: 'image/png') %>
13
13
  <%= rearview_link_tag('/less/login.less',rel: 'stylesheet/less', type: 'text/css') %>
14
14
  <%= javascript_include_tag(rearview_static_path('/vendor/less/js/less.js'),type: 'text/javascript') %>
15
+ <style>
16
+ .control-group .control-label {
17
+ width: 120px;
18
+ }
19
+ .control-group .controls {
20
+ margin-left: 135px;
21
+ }
22
+ </style>
15
23
  </head>
16
24
  <body class='login rearview'>
17
25
  <!--[if lt IE 8]><p class=chromeframe>Your browser is <em>ancient!</em> <a href='http://browsehappy.com/'>Upgrade to a different browser</a> or <a href='http://www.google.com/chromeframe/?redirect=true'>install Google Chrome Frame</a> to experience this site.</p><![endif]-->
@@ -15,12 +15,14 @@ Rearview.configure do |config|
15
15
  # period the monitor script will be terminated.
16
16
  config.sandbox_timeout = 10
17
17
 
18
- # This must poing to the graphite web server
18
+ # The url to your graphite web server
19
19
  # ex:
20
20
  # config.graphite_url="http://graphite.mycompany.com"
21
21
  config.graphite_url = nil
22
22
 
23
23
  # This is the email from: address used when sending alerts
24
+ # ex:
25
+ # config.default_from = "rearview@mycompany.com"
24
26
  config.default_from = "rearview@localhost"
25
27
 
26
28
  case Rails.env
@@ -1,3 +1,3 @@
1
1
  module Rearview
2
- VERSION = "1.0.0.rc5"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -393,11 +393,11 @@ table {
393
393
  ========================================================================== */
394
394
  /* boilerplate */
395
395
  * {
396
- -webkit-box-sizing: border-box;
397
- -moz-box-sizing: border-box;
396
+ /* -webkit-box-sizing: border-box; */
397
+ /* -moz-box-sizing: border-box; */
398
398
  -ms-box-sizing: border-box;
399
399
  -o-box-sizing: border-box;
400
- box-sizing: border-box;
400
+ /* box-sizing: border-box; */
401
401
  background-repeat: no-repeat;
402
402
  -webkit-font-smoothing: subpixel-antialiased;
403
403
  }
@@ -569,8 +569,8 @@ section.login-info {
569
569
  position: absolute;
570
570
  left: 50%;
571
571
  top: 50%;
572
- text-align: center;
573
- width: 400px;
572
+ /* text-align: center; */
573
+ /* width: 400px; */
574
574
 
575
575
  h1 {
576
576
  line-height : 36px;
@@ -579,7 +579,7 @@ section.login-info {
579
579
  }
580
580
 
581
581
  h2 {
582
- text-transform : uppercase;
582
+ text-transform : uppercase;
583
583
  .proxima-regular();
584
584
  }
585
585
  }
@@ -393,11 +393,11 @@ table {
393
393
  ========================================================================== */
394
394
  /* boilerplate */
395
395
  * {
396
- -webkit-box-sizing: border-box;
397
- -moz-box-sizing: border-box;
396
+ /* -webkit-box-sizing: border-box; */
397
+ /* -moz-box-sizing: border-box; */
398
398
  -ms-box-sizing: border-box;
399
399
  -o-box-sizing: border-box;
400
- box-sizing: border-box;
400
+ /* box-sizing: border-box; */
401
401
  background-repeat: no-repeat;
402
402
  -webkit-font-smoothing: subpixel-antialiased;
403
403
  }
@@ -569,8 +569,8 @@ section.login-info {
569
569
  position: absolute;
570
570
  left: 50%;
571
571
  top: 50%;
572
- text-align: center;
573
- width: 400px;
572
+ /* text-align: center; */
573
+ /* width: 400px; */
574
574
 
575
575
  h1 {
576
576
  line-height : 36px;
@@ -579,7 +579,7 @@ section.login-info {
579
579
  }
580
580
 
581
581
  h2 {
582
- text-transform : uppercase;
582
+ text-transform : uppercase;
583
583
  .proxima-regular();
584
584
  }
585
585
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rearview
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc5
4
+ version: 1.0.1
5
5
  platform: jruby
6
6
  authors:
7
7
  - Trent Albright
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-23 00:00:00.000000000 Z
11
+ date: 2013-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -2248,9 +2248,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
2248
2248
  version: 1.9.3
2249
2249
  required_rubygems_version: !ruby/object:Gem::Requirement
2250
2250
  requirements:
2251
- - - '>'
2251
+ - - '>='
2252
2252
  - !ruby/object:Gem::Version
2253
- version: 1.3.1
2253
+ version: '0'
2254
2254
  requirements: []
2255
2255
  rubyforge_project:
2256
2256
  rubygems_version: 2.1.5