wagon_rails 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/wagon_rails/version.rb +1 -1
- data/templates/README.md.erb +6 -27
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 807a8268e88ebfb6063a8be92095868266ba6a1b
|
4
|
+
data.tar.gz: 02691fd720145e6cd0b9f332eee7e1bef4d58983
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db6cc82cc5cd7f227c6bbd2b850dccd3b23591a2af074013f66e8fe68de767c4e98d342feeb5e1d15b0009953e76ea132bc307e28001d4e820c5b4e6b2881028
|
7
|
+
data.tar.gz: 30471d3412ec272dbb5e4834b27582691b6ce9e9c567e4436058523b46266b01724c0d03327e746f1e2656f681e32bab8e95d256d4250fae709b6194b500c4da
|
data/lib/wagon_rails/version.rb
CHANGED
data/templates/README.md.erb
CHANGED
@@ -1,32 +1,11 @@
|
|
1
1
|
# <%= app_name.humanize %>
|
2
2
|
|
3
|
-
##
|
3
|
+
## Configuration
|
4
4
|
|
5
|
-
|
6
|
-
|
5
|
+
The app configuration lies in `config/application.yml` and is **not**
|
6
|
+
versionned by git (for security reasons). If you've just cloned this
|
7
|
+
repo, ask a colleague for his `application.yml` file over a secure channel.
|
7
8
|
|
8
|
-
|
9
|
+
## Credits
|
9
10
|
|
10
|
-
|
11
|
-
your machine with [this script].
|
12
|
-
|
13
|
-
[this script]: https://github.com/thoughtbot/laptop
|
14
|
-
|
15
|
-
After setting up, you can run the application using [foreman]:
|
16
|
-
|
17
|
-
% foreman start
|
18
|
-
|
19
|
-
If you don't have `foreman`, see [Foreman's install instructions][foreman]. It
|
20
|
-
is [purposefully excluded from the project's `Gemfile`][exclude].
|
21
|
-
|
22
|
-
[foreman]: https://github.com/ddollar/foreman
|
23
|
-
[exclude]: https://github.com/ddollar/foreman/pull/437#issuecomment-41110407
|
24
|
-
|
25
|
-
## Guidelines
|
26
|
-
|
27
|
-
Use the following guides for getting things done, programming well, and
|
28
|
-
programming in style.
|
29
|
-
|
30
|
-
* [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol)
|
31
|
-
* [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices)
|
32
|
-
* [Style](http://github.com/thoughtbot/guides/blob/master/style)
|
11
|
+
The first commit of this app has been generated thanks to [lewagon/wagon_rails](https://github.com/lewagon/wagon_rails)'s rails app generator.
|