rails_layout 1.0.17 → 1.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.textile +4 -0
- data/README.textile +2 -6
- data/lib/generators/layout/navigation/templates/navigation_spec.rb +1 -1
- data/lib/rails_layout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaaf7fe996af44a08acda6e0d29ecc70e8857ab4
|
4
|
+
data.tar.gz: 54cbaf1e6767f130583635e397517a6d038b738e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a035f091a1d5493bc4caff2829e98419c3611b260a35939bfb80399626f2728faf2c8cce52fe303da8a4882fee12746b7f4dc24b64640cc3fa5a78a73f74c324
|
7
|
+
data.tar.gz: 9132bdbd343d30006098522e44d0345bbdc7347143819c371ed1deb4a86e40f6aaa333067c147441b76e77dac6dfd4b6acdf9d7fe7733e8048eb4fa3878e0002
|
data/CHANGELOG.textile
CHANGED
data/README.textile
CHANGED
@@ -132,6 +132,8 @@ It creates partials for:
|
|
132
132
|
* Rails flash messages
|
133
133
|
* navigation links
|
134
134
|
|
135
|
+
Additionally, if Devise or OmniAuth is present, the command will add Sass mixins to accommodate forms. The Sass mixins add form styling to be used with either Bootstrap or Foundation (so we don't have to maintain separate views for each front-end framework).
|
136
|
+
|
135
137
|
h4. Supported Frameworks
|
136
138
|
|
137
139
|
You can generate layout files suitable for use with the following front-end frameworks:
|
@@ -418,12 +420,6 @@ The command will create (or replace) these files:
|
|
418
420
|
* app/views/devise/registrations/edit.html.erb
|
419
421
|
* app/views/devise/registrations/new.html.erb
|
420
422
|
|
421
|
-
Additionally, the command will update a file to append Sass mixins to accommodate Bootstrap or Foundation:
|
422
|
-
|
423
|
-
* app/assets/stylesheets/framework_and_overrides.css.scss
|
424
|
-
|
425
|
-
The Sass mixins allow any view to be used with either Bootstrap or Foundation (so we don't have to maintain separate views for each front-end framework).
|
426
|
-
|
427
423
|
h4. Limitations
|
428
424
|
|
429
425
|
At this time, with the "layout:devise" command, only Foundation 5 or Bootstrap 3 are supported. Files are not generated for Haml or Slim.
|
data/lib/rails_layout/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_layout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Kehoe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|