Skip to content

Instantly share code, notes, and snippets.

@vipulnsward
Created March 12, 2019 11:13
Show Gist options
  • Save vipulnsward/41fe9bf0ebf0ac1217699bd64815b638 to your computer and use it in GitHub Desktop.
Save vipulnsward/41fe9bf0ebf0ac1217699bd64815b638 to your computer and use it in GitHub Desktop.
➜ guides git:(master) ✗ rm -rf output
➜ guides git:(master) ✗ be rake guides:generate:html
/Users/sward/.rbenv/versions/2.6.1/bin/ruby rails_guides.rb
Generating active_model_basics.md as active_model_basics.html
DEPRECATION WARNING: ActionView::Base instances must implement `compiled_method_container` or use the class method `with_empty_template_cache` for constructing an ActionView::Base instances that has an empty cache. (called from block in compile! at /Users/sward/work/rails/actionview/lib/action_view/template.rb:288)
DEPRECATION WARNING: ActionView::Base instances must implement `compiled_method_container` or use the class method `with_empty_template_cache` for constructing an ActionView::Base instances that has an empty cache. (called from block in compile! at /Users/sward/work/rails/actionview/lib/action_view/template.rb:288)
Generating index.html.erb as index.html
DEPRECATION WARNING: ActionView::Base instances must implement `compiled_method_container` or use the class method `with_empty_template_cache` for constructing an ActionView::Base instances that has an empty cache. (called from block in compile! at /Users/sward/work/rails/actionview/lib/action_view/template.rb:288)
DEPRECATION WARNING: ActionView::Base instances must implement `compiled_method_container` or use the class method `with_empty_template_cache` for constructing an ActionView::Base instances that has an empty cache. (called from block in compile! at /Users/sward/work/rails/actionview/lib/action_view/template.rb:288)
DEPRECATION WARNING: ActionView::Base instances must implement `compiled_method_container` or use the class method `with_empty_template_cache` for constructing an ActionView::Base instances that has an empty cache. (called from block in compile! at /Users/sward/work/rails/actionview/lib/action_view/template.rb:288)
DEPRECATION WARNING: ActionView::Base instances must implement `compiled_method_container` or use the class method `with_empty_template_cache` for constructing an ActionView::Base instances that has an empty cache. (called from block in compile! at /Users/sward/work/rails/actionview/lib/action_view/template.rb:288)
Generating active_job_basics.md as active_job_basics.html
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment