APIdock / Ruby on Rails
/
Browse About
method

include_all_railties?

v5.0.0.1 - Show latest stable - Class: Rails::Generators::AppBase
include_all_railties?()
protected

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 188
      def include_all_railties?
        options.values_at(:skip_active_record, :skip_action_mailer, :skip_test, :skip_sprockets, :skip_action_cable).none?
      end

Related methods

  • Class methods
  • add_shared_options_for
  • new
  • strict_args_position
  • Protected methods
  • protectedadd_gem_entry_filter
  • protectedapply_rails_template
  • protectedassets_gemfile_entry
  • protectedbuild
  • protectedbuilder
  • protectedbundle_command
  • protectedbundle_install?
  • protectedcable_gemfile_entry
  • protectedcoffee_gemfile_entry
  • protectedcomment_if
  • protectedconvert_database_option_for_jruby
  • protectedcreate_root
  • protecteddatabase_gemfile_entry
  • protecteddepend_on_listen?
  • protectedempty_directory_with_keep_file
  • protectedgem_for_database
  • protectedgemfile_entries
  • protectedgemfile_entry
  • protectedgenerate_spring_binstubs
  • protectedinclude_all_railties?
  • protectedjavascript_gemfile_entry
  • protectedjavascript_runtime_gemfile_entry
  • protectedjbuilder_gemfile_entry
  • protectedkeep_file
  • protectedkeeps?
  • protectedos_supports_listen_out_of_the_box?
  • protectedpsych_gemfile_entry
  • protectedrails_gemfile_entry
  • protectedrails_version_specifier
  • protectedrun_bundle
  • protectedset_default_accessors!
  • protectedspring_install?
  • protectedsqlite3?
  • protectedwebserver_gemfile_entry
APIdock API Documentation Browser

© 2026 APIdock