Skip to content

Instantly share code, notes, and snippets.

@mmay
Last active December 24, 2015 22:29
Show Gist options
  • Save mmay/6873007 to your computer and use it in GitHub Desktop.
Save mmay/6873007 to your computer and use it in GitHub Desktop.
srsly?
mmay$ rake assets:clean
Booted rails in 0.83
Included bundled gems in 5.738
/Users/mmay/.rvm/rubies/jruby-1.7.3/bin/jruby /Users/mmay/.rvm/gems/jruby-1.7.3/bin/rake assets:clean:all RAILS_ENV=production RAILS_GROUPS=assets
Booted rails in 0.802
Included bundled gems in 5.209
Loading java environment from /Users/mmay/dev/.../src/main/rails/.../../../../../pom.xml
Built effective-pom.xml in 0.0s
Built build-classpath.txt in 0.0s
Added java paths to $CLASSPATH in 0.023
Parsed effective-pom.xml in 0.413s
JRuby Spring Services / is_rake=true
Dont start Spring for rake tasks
Loaded site settings in 0.056s
Mongoid config not found. Create a config file at: config/mongoid.yml
to generate one run: rails generate mongoid:config
rm -rf /Users/mmay/dev/../public/assets
# Just for lulz:
mmay$ time rake assets:clean
Booted rails in 0.988
Included bundled gems in 6.89
/Users/mmay/.rvm/rubies/jruby-1.7.3/bin/jruby /Users/mmay/.rvm/gems/jruby-1.7.3/bin/rake assets:clean:all RAILS_ENV=production RAILS_GROUPS=assets
Booted rails in 0.776
Included bundled gems in 4.922
Loading java environment from /Users/mmay/dev/../src/main/rails/profiles/../../../../pom.xml
Built effective-pom.xml in 0.0s
Built build-classpath.txt in 0.0s
Added java paths to $CLASSPATH in 0.023
Parsed effective-pom.xml in 0.618s
JRuby Spring Services / is_rake=true
Dont start Spring for rake tasks
Loaded site settings in 0.049s
rm -rf /../rails/public/assets
^C
real 2m2.016s (jruby hung)
user 0m0.078s
sys 0m0.108s
--
mmay$ time rm -rf public/assets/
real 0m0.003s
user 0m0.000s
sys 0m0.002s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment