| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Right now the comment was not rendering properly.
# The Expires* directives requires the Apache module
`mod_expires` to be
# enabled.
- After this change -
# The Expires* directives requires the Apache module
# `mod_expires` to be enabled.
|
| |
| |
| |
| |
| |
| | |
and activerecord tests
[ci skip]
|
|\ \
| | |
| | | |
change reference of `Test::Unit` to `Minitest` [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
Previous was misleading; current is more up to date.
[ci skip]
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
jetthoughts/11803_update_move_forbidden_exception_description_before_show
[Getting Started Guide] Move Forbidden attributes description before show post section [ci skip]
|
| |/ /
| | |
| | |
| | | |
[ci skip]
|
|/ / |
|
|\ \
| | |
| | | |
Remove whiny_nils config from the rails guides [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
This option was removed from master.
[ci skip]
|
|\ \ \
| |/ /
|/| | |
Warning on doc for assets under lib|vendor not precompiling
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Sometimes people ask what makes a feature and what makes a bug, so
let's clarify that so we can show it to people later.
|
| | |
| | |
| | |
| | |
| | | |
I don't know of anyone that hangs out in #rails-contrib, and we should
also let people know that feedback can take some time.
|
| | |
| | |
| | |
| | |
| | | |
Many people don't, so point them to a place where they can meet
some.
|
|\ \ \
| | | |
| | | | |
Add Finder API changes to upgrading guide [ci skip]
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Adds Akshay Surve to Rails Guides credits list [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I had written the original guide for "A Guide to Testing Rails
Applications". The current documents maintains the same structure and
examples I had drafted albeit with some minor changes to keep up with
newer version of Rails.
Older version which had credits included:
http://guides.rubyonrails.org/v2.3.11/testing.html
Github lifo/docrails History:
https://github.com/rails/rails/commits/ff359af86505b4d317b7467e7f79aa2ef2c5e795/railties/doc/guides/source/testing_rails_applications.txt
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add error message for including nokogiri in Gemfile for rake doc:guides
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
skip]
- When `rake doc:guides` is run from applications, it complains for
presence of redcarpet if it not present in Gemfile
- Similarly it should complain about nokogiri
|
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also, constantizing the default_fixture_model_name when it gets loaded
in from the file. Later, when the class_name is passed to a new
FixtureSet, a deprecation warning will occur if the class_name is a
string.
|
| | | | | |
|
| |/ / /
|/| | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Add examples of AR order method's hash notation to Rails Guide [ci skip]
|
| | | | |
|
| |/ /
|/| |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
* use `Minitest::Test` instead of deprectaed `MiniTest::Unit::TestCase`
[ci skip]
|
| | |
| | |
| | | |
First deprecated, now removed: https://github.com/rails/rails/commit/9add7608f1acaa68b025470e7a38901d7e6161ca#activerecord/lib/active_record/attribute_methods/primary_key.rb
|
| | | |
|
| | |
| | |
| | |
| | | |
Follow-up to #11934
|
|/ /
| |
| |
| | |
skip]
|
| | |
|
|\ \
| | |
| | | |
Memcached note for Rails guides [ci skip]
|
| | |
| | |
| | |
| | | |
that depend on it. [ci skip]
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
actionview/README.rdoc
activerecord/lib/active_record/migration.rb
guides/source/development_dependencies_install.md
guides/source/getting_started.md
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing
changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9.
Seems to be a code merge done by mistake.
|
| | |
| | |
| | |
| | | |
messaging around 'Showing Posts' section
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
change - https://github.com/rails/rails/commit/f038d4cc5fe1ac21f92c7e32c61ff85a0c816f3f
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Improve the testing guide [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Improve the "Testing Rails Applications" guide adding a section for
testing helpers and a little note about associations with ActiveRecord
and YAML fixtures.
Also add a link to Fixture Builder ; yet another replacement for
fixtures such as Machinist or FactoryGirl.
|
| |_|_|/
|/| | |
| | | |
| | | | |
http://stackoverflow.com/a/4988984/129798 for an explanation for why this is required for Ruby 1.9.
|
| | | | |
|