web_app_template 0.0.1 → 0.0.2
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 +4 -4
- data/.gitignore +1 -0
- data/.rspec +2 -0
- data/.travis.yml +6 -0
- data/Gemfile +8 -0
- data/LICENSE +20 -0
- data/README.md +24 -3
- data/lib/generators/web_app_template/layout/layout_generator.rb +60 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/carousel.html.erb +336 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/jumbotron.html.erb +85 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/justified_nav.html.erb +157 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/narrow_jumbotron.html.erb +146 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/navbar.html.erb +78 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/navbar_fixed_top.html.erb +77 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/navbar_static_top.html.erb +81 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/non_responsive.html.erb +200 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/offcanvas.html.erb +163 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/sign_in_page.html.erb +76 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/starter.html.erb +57 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/sticky_footer.html.erb +77 -0
- data/lib/generators/web_app_template/layout/templates/bootstrap3/sticky_footer_navbar.html.erb +118 -0
- data/lib/web_app_template/version.rb +1 -1
- data/spec/generators/layout_spec.rb +42 -0
- data/spec/spec_helper.rb +14 -0
- data/web_app_template.gemspec +3 -2
- metadata +39 -11
- data/.idea/encodings.xml +0 -5
- data/.idea/misc.xml +0 -5
- data/.idea/modules.xml +0 -9
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -7
- data/.idea/web_app_template.iml +0 -19
- data/.idea/workspace.xml +0 -50
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
data/.idea/modules.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/web_app_template.iml" filepath="$PROJECT_DIR$/.idea/web_app_template.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
9
|
-
|
data/.idea/vcs.xml
DELETED
data/.idea/web_app_template.iml
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="FacetManager">
|
4
|
-
<facet type="gem" name="Gem">
|
5
|
-
<configuration>
|
6
|
-
<option name="GEM_APP_ROOT_PATH" value="$USER_HOME$/RubymineProjects/web_app_template" />
|
7
|
-
<option name="GEM_APP_TEST_PATH" value="" />
|
8
|
-
<option name="GEM_APP_LIB_PATH" value="" />
|
9
|
-
</configuration>
|
10
|
-
</facet>
|
11
|
-
</component>
|
12
|
-
<component name="NewModuleRootManager">
|
13
|
-
<content url="file://$MODULE_DIR$" />
|
14
|
-
<orderEntry type="inheritedJdk" />
|
15
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.1, ruby-2.0.0-p247) [gem]" level="application" />
|
17
|
-
</component>
|
18
|
-
</module>
|
19
|
-
|
data/.idea/workspace.xml
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<option name="TRACKING_ENABLED" value="true" />
|
5
|
-
<option name="SHOW_DIALOG" value="false" />
|
6
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
7
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
8
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
9
|
-
</component>
|
10
|
-
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
11
|
-
<component name="CreatePatchCommitExecutor">
|
12
|
-
<option name="PATCH_PATH" value="" />
|
13
|
-
</component>
|
14
|
-
<component name="DaemonCodeAnalyzer">
|
15
|
-
<disable_hints />
|
16
|
-
</component>
|
17
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
18
|
-
<OptionsSetting value="true" id="Add" />
|
19
|
-
<OptionsSetting value="true" id="Remove" />
|
20
|
-
<OptionsSetting value="true" id="Checkout" />
|
21
|
-
<OptionsSetting value="true" id="Update" />
|
22
|
-
<OptionsSetting value="true" id="Status" />
|
23
|
-
<OptionsSetting value="true" id="Edit" />
|
24
|
-
<ConfirmationsSetting value="0" id="Add" />
|
25
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
26
|
-
</component>
|
27
|
-
<component name="ProjectReloadState">
|
28
|
-
<option name="STATE" value="0" />
|
29
|
-
</component>
|
30
|
-
<component name="RunManager">
|
31
|
-
<list size="0" />
|
32
|
-
</component>
|
33
|
-
<component name="ShelveChangesManager" show_recycled="false" />
|
34
|
-
<component name="TaskManager">
|
35
|
-
<task active="true" id="Default" summary="Default task" />
|
36
|
-
<servers />
|
37
|
-
</component>
|
38
|
-
<component name="VcsContentAnnotationSettings">
|
39
|
-
<option name="myLimit" value="2678400000" />
|
40
|
-
</component>
|
41
|
-
<component name="VcsManagerConfiguration">
|
42
|
-
<option name="myTodoPanelSettings">
|
43
|
-
<TodoPanelSettings />
|
44
|
-
</option>
|
45
|
-
</component>
|
46
|
-
<component name="XDebuggerManager">
|
47
|
-
<breakpoint-manager />
|
48
|
-
</component>
|
49
|
-
</project>
|
50
|
-
|