spicycode-hardcore_forking_action 4.0.1 → 4.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.
- data/readme.markdown +2 -3
- metadata +2 -2
data/readme.markdown
CHANGED
|
@@ -13,10 +13,9 @@ Edit your config/environments/test.rb. Make it so there is more of this in ther
|
|
|
13
13
|
|
|
14
14
|
Making the dream a reality
|
|
15
15
|
------------
|
|
16
|
-
Then you could run the following to load your code into the "cloud".
|
|
17
|
-
|
|
18
|
-
hfa -r examples/example_helper.rb
|
|
16
|
+
Then you could run the following to load your code into the "cloud".
|
|
19
17
|
|
|
18
|
+
RAILS_ENV=test hfa -r config/environment.rb
|
|
20
19
|
|
|
21
20
|
Meanwhile, in abandonded baby warehouse downtown you could run the test with the following command. The first time you will get the hit from loading rails, and all subsequent runs will not.
|
|
22
21
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spicycode-hardcore_forking_action
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Sanheim, Chad Humphries
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-04-
|
|
12
|
+
date: 2009-04-19 00:00:00 -07:00
|
|
13
13
|
default_executable: hfac
|
|
14
14
|
dependencies: []
|
|
15
15
|
|