Table of Contents - rails-4.0.8 Documentation
Pages
-
README
-
CHANGELOG
-
Rakefile
-
README
-
guides.js
-
jquery.min.js
-
responsive-tables.js
-
shBrushAS3.js
-
shBrushAppleScript.js
-
shBrushBash.js
-
shBrushCSharp.js
-
shBrushColdFusion.js
-
shBrushCpp.js
-
shBrushCss.js
-
shBrushDelphi.js
-
shBrushDiff.js
-
shBrushErlang.js
-
shBrushGroovy.js
-
shBrushJScript.js
-
shBrushJava.js
-
shBrushJavaFX.js
-
shBrushPerl.js
-
shBrushPhp.js
-
shBrushPlain.js
-
shBrushPowerShell.js
-
shBrushPython.js
-
shBrushRuby.js
-
shBrushSass.js
-
shBrushScala.js
-
shBrushSql.js
-
shBrushVb.js
-
shBrushXml.js
-
shCore.js
-
fixes.css
-
kindle.css
-
main.css
-
print.css
-
reset.css
-
responsive-tables.css
-
style.css
-
shCore.css
-
shCoreDefault.css
-
shCoreDjango.css
-
shCoreEclipse.css
-
shCoreEmacs.css
-
shCoreFadeToGrey.css
-
shCoreMDUltra.css
-
shCoreMidnight.css
-
shCoreRDark.css
-
shThemeDefault.css
-
shThemeDjango.css
-
shThemeEclipse.css
-
shThemeEmacs.css
-
shThemeFadeToGrey.css
-
shThemeMDUltra.css
-
shThemeMidnight.css
-
shThemeRDark.css
-
shThemeRailsGuides.css
-
Gemfile
-
Gemfile.lock
-
README
-
Rakefile
-
application.js
-
comments.js.coffee
-
posts.js.coffee
-
welcome.js.coffee
-
application.css
-
comments.css.scss
-
posts.css.scss
-
welcome.css.scss
-
config.ru
-
404.html
-
422.html
-
500.html
-
favicon.ico
-
robots
-
2_2_release_notes
-
2_3_release_notes
-
3_0_release_notes
-
3_1_release_notes
-
3_2_release_notes
-
4_0_release_notes
-
action_controller_overview
-
action_mailer_basics
-
action_view_overview
-
active_model_basics
-
active_record_basics
-
active_record_callbacks
-
active_record_querying
-
active_record_validations
-
active_support_core_extensions
- Active Support Core Extensions
- How to Load Core Extensions
- Stand-Alone Active Support
- Cherry-picking a Definition
- Loading Grouped Core Extensions
- Loading All Core Extensions
- Loading All Active Support
- Active Support Within a Ruby on Rails Application
- Extensions to All Objects
- blank? and present?
- presence
- duplicable?
- deep_dup
- try
- class_eval(*args, &block)
- acts_like?(duck)
- to_param
- to_query
- with_options
- JSON support
- Instance Variables
- instance_values
- instance_variable_names
- Silencing Warnings, Streams, and Exceptions
- in?
- Extensions to Module
- alias_method_chain
- Attributes
- alias_attribute
- Internal Attributes
- Module Attributes
- Parents
- parent
- parent_name
- parents
- Constants
- Qualified Constant Names
- Reachable
- Anonymous
- Method Delegation
- Redefining Methods
- Extensions to Class
- Class Attributes
- class_attribute
- cattr_reader, cattr_writer, and cattr_accessor
- Subclasses & Descendants
- subclasses
- descendants
- Extensions to String
- Output Safety
- Motivation
- Safe Strings
- Transformation
- Conversion and Coercion
- Copying
- squish
- truncate
- inquiry
- starts_with? and ends_with?
- strip_heredoc
- indent
- Access
- at(position)
- from(position)
- to(position)
- first(limit = 1)
- last(limit = 1)
- Inflections
- pluralize
- singularize
- camelize
- underscore
- titleize
- dasherize
- demodulize
- deconstantize
- parameterize
- tableize
- classify
- constantize
- humanize
- foreign_key
- Conversions
- to_date, to_time, to_datetime
- Extensions to Numeric
- Bytes
- Time
- Formatting
- Extensions to Integer
- multiple_of?
- ordinal
- ordinalize
- Extensions to BigDecimal
- to_s
- to_formatted_s
- Extensions to Enumerable
- sum
- index_by
- many?
- exclude?
- Extensions to Array
- Accessing
- Adding Elements
- prepend
- append
- Options Extraction
- Conversions
- to_sentence
- to_formatted_s
- to_xml
- Wrapping
- Duplicating
- Grouping
- in_groups_of(number, fill_with = nil)
- in_groups(number, fill_with = nil)
- split(value = nil)
- Extensions to Hash
- Conversions
- to_xml
- Merging
- reverse_merge and reverse_merge!
- reverse_update
- deep_merge and deep_merge!
- Deep duplicating
- Diffing
- Working with Keys
- except and except!
- transform_keys and transform_keys!
- stringify_keys and stringify_keys!
- symbolize_keys and symbolize_keys!
- to_options and to_options!
- assert_valid_keys
- Slicing
- Extracting
- Indifferent Access
- Extensions to Regexp
- multiline?
- Extensions to Range
- to_s
- include?
- overlaps?
- Extensions to Proc
- bind
- Extensions to Date
- Calculations
- Date.current
- Named dates
- prev_year, next_year
- prev_month, next_month
- prev_quarter, next_quarter
- beginning_of_week, end_of_week
- monday, sunday
- prev_week, next_week
- beginning_of_month, end_of_month
- beginning_of_quarter, end_of_quarter
- beginning_of_year, end_of_year
- Other Date Computations
- years_ago, years_since
- months_ago, months_since
- weeks_ago
- advance
- Changing Components
- Durations
- Timestamps
- beginning_of_day, end_of_day
- beginning_of_hour, end_of_hour
- beginning_of_minute, end_of_minute
- ago, since
- Other Time Computations
- Conversions
- Extensions to DateTime
- Calculations
- Named Datetimes
- DateTime.current
- Other Extensions
- seconds_since_midnight
- utc
- utc?
- advance
- Changing Components
- Durations
- Extensions to Time
- Calculations
- Time.current
- all_day, all_week, all_month, all_quarter and all_year
- Time Constructors
- Durations
- Extensions to File
- atomic_write
- Extensions to Marshal
- load
- Extensions to Logger
- around_
- silence
- datetime_format=
- Extensions to NameError
- Extensions to LoadError
-
active_support_instrumentation
-
api_documentation_guidelines
-
asset_pipeline
-
association_basics
-
caching_with_rails
-
command_line
-
configuring
-
debugging_rails_applications
-
development_dependencies_install
-
documents.yaml
-
engines
-
form_helpers
-
generators
-
getting_started
-
i18n
-
initialization
-
KINDLE
-
layouts_and_rendering
-
maintenance_policy
-
migrations
-
rails_application_templates
- Rails Application Templates
- Usage
- Template API
- gem(*args)
- gem_group(*names, &block)
- add_source(source, options = {})
- environment/application(data=nil, options={}, &block)
- vendor/lib/file/initializer(filename, data = nil, &block)
- rakefile(filename, data = nil, &block)
- generate(what, *args)
- run(command)
- rake(command, options = {})
- route(routing_code)
- inside(dir)
- ask(question)
- yes?(question) or no?(question)
- git(:command)
-
rails_on_rack
-
routing
-
ruby_on_rails_guides_guidelines
-
security
-
testing
-
upgrading_ruby_on_rails
-
working_with_javascript_in_rails
Classes/Modules
Methods