fingerrails 0.1.0 → 0.1.1
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.
- data/README.rdoc +25 -2
- data/VERSION +1 -1
- data/fingerrails.gemspec +5 -4
- data/templates/public/stylesheets/default.css +8 -7
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -1,3 +1,26 @@
|
|
1
|
-
|
1
|
+
# Fingertips Rails Templates
|
2
2
|
|
3
|
-
|
3
|
+
Hey there! If you develop Rails applications just like us you might find this
|
4
|
+
Ruby on Rails template useful. It pulls Rails 2.3 stable and the following
|
5
|
+
gems:
|
6
|
+
|
7
|
+
* Authorization-San – Simple role-based authentication
|
8
|
+
* Authentication-Needed-San – Redirects unauthenticated users around
|
9
|
+
* Peiji-San – Pagination based on named scopes
|
10
|
+
* Risosu-San – Nested resource extensions for ActionController
|
11
|
+
* Validates Email-San – Email validation for ActiveRecord
|
12
|
+
* Generator-San – Lean Rails generator
|
13
|
+
* On-Test-Spec – test-spec extensions to make Rails testing easier
|
14
|
+
|
15
|
+
You can use Fingerrails in two ways, as bleeding edge:
|
16
|
+
|
17
|
+
$ rails <app_name> -m http://github.com/Fingertips/rails-template/raw/master/fingertips.rb
|
18
|
+
|
19
|
+
or, if you work offline, with a gem:
|
20
|
+
|
21
|
+
$ gem install fingerrails --source http://gemcutter.org
|
22
|
+
$ fingerrails <app_name>
|
23
|
+
|
24
|
+
We love feedback and patches, please leave them in the GitHub issue tracker.
|
25
|
+
|
26
|
+
http://github.com/Fingertips/rails-template/issues
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/fingerrails.gemspec
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{fingerrails}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Manfred Stienstra", "Eloy Duran"]
|
12
|
-
s.date = %q{2009-10-
|
12
|
+
s.date = %q{2009-10-29}
|
13
13
|
s.default_executable = %q{fingerrails}
|
14
14
|
s.description = %q{A self contained version of the Fingertips Rails template}
|
15
15
|
s.email = %q{eloy@fngtps.com}
|
@@ -88,3 +88,4 @@ Gem::Specification.new do |s|
|
|
88
88
|
else
|
89
89
|
end
|
90
90
|
end
|
91
|
+
|
@@ -23,13 +23,13 @@ h2
|
|
23
23
|
a,
|
24
24
|
a:visited
|
25
25
|
{
|
26
|
-
color: #
|
26
|
+
color: #366e26;
|
27
27
|
}
|
28
28
|
|
29
29
|
a:hover,
|
30
30
|
a:active
|
31
31
|
{
|
32
|
-
color: #
|
32
|
+
color: #cee27e;
|
33
33
|
}
|
34
34
|
|
35
35
|
/* @end */
|
@@ -40,8 +40,9 @@ a#logo
|
|
40
40
|
{
|
41
41
|
display: block;
|
42
42
|
padding: 6px 12px;
|
43
|
-
color: #
|
43
|
+
color: #ddd;
|
44
44
|
text-decoration: none;
|
45
|
+
font-size: 90%;
|
45
46
|
}
|
46
47
|
|
47
48
|
p#member
|
@@ -62,11 +63,11 @@ p#member a+a
|
|
62
63
|
|
63
64
|
ul#navigation
|
64
65
|
{
|
65
|
-
background-color: #
|
66
|
+
background-color: #cee27e;
|
66
67
|
padding: 6px 12px;
|
67
68
|
margin-bottom: 12px;
|
68
|
-
border-top: 1px solid #
|
69
|
-
border-bottom: 1px solid #
|
69
|
+
border-top: 1px solid #daef83;
|
70
|
+
border-bottom: 1px solid #b7c96e;
|
70
71
|
}
|
71
72
|
ul#navigation li
|
72
73
|
{
|
@@ -81,7 +82,7 @@ ul#navigation a:visited
|
|
81
82
|
ul#navigation a:hover,
|
82
83
|
ul#navigation a:active
|
83
84
|
{
|
84
|
-
color: #
|
85
|
+
color: #637321;
|
85
86
|
}
|
86
87
|
ul#navigation li + li
|
87
88
|
{
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fingerrails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Manfred Stienstra
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-10-
|
13
|
+
date: 2009-10-29 00:00:00 +01:00
|
14
14
|
default_executable: fingerrails
|
15
15
|
dependencies: []
|
16
16
|
|