aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AS guide: documents String#constantizeXavier Noria2010-03-021-0/+43
|
* AS guide: documents String#classifyXavier Noria2010-03-021-1/+21
|
* AS guide: documents String#tableizeXavier Noria2010-03-021-0/+14
|
* AS guide: documents String#parameterizeXavier Noria2010-03-021-0/+13
|
* AS guide: documents String#demodulizeXavier Noria2010-03-011-0/+25
|
* AS guide: documents String#dasherizeXavier Noria2010-03-011-0/+21
|
* AS guide: documents String#titleizeXavier Noria2010-03-011-0/+13
|
* AV guide: titleize is defined by Active SupportXavier Noria2010-03-011-2/+2
|
* AS guide: documents String#underscoreXavier Noria2010-03-011-0/+79
|
* AS guide: documents String#singularizeXavier Noria2010-03-011-0/+23
|
* AS guide: adds a real example for #pluralizeXavier Noria2010-03-011-0/+11
|
* AS guide: shortens a sentenceXavier Noria2010-02-281-1/+1
|
* AS guide: documents String#pluralizeXavier Noria2010-02-281-0/+16
|
* plugins guide: rails/init.rb is deprecatedXavier Noria2010-02-281-5/+7
|
* Fix validates_exclusion_of error message as per http://bit.ly/9kxANI [gmile]Ryan Bigg2010-02-281-1/+1
|
* Nitpick: the first value should be odd, second is even.Ryan Bigg2010-02-271-1/+1
|
* AS guide: s/metaclass/singleton_class/ due to 0b87d11Xavier Noria2010-02-261-6/+9
|
* caching guide: fixes a typo, thanks to Jonathan BryanXavier Noria2010-02-241-1/+1
|
* plugins guide: rewords a paragraph and revises some typographyXavier Noria2010-02-241-5/+5
|
* Revert "AM guide: standarizes call to rails runner"Xavier Noria2010-02-191-1/+1
| | | | This reverts commit d2844b854b57e2e3c8693c796e7296e45a866212.
* getting started guide: script/generate -> rails generateXavier Noria2010-02-191-1/+1
|
* AM guide: standarizes call to rails runnerXavier Noria2010-02-191-1/+1
|
* edge badge revised by Jose EspinalXavier Noria2010-02-171-0/+0
|
* adds support for an edge badge in guidesXavier Noria2010-02-172-2/+9
|
* and now even with proper markupXavier Noria2010-02-151-2/+2
|
* testing cron job in edge api generationXavier Noria2010-02-151-2/+2
|
* Merge remote branch 'mainstream/master'Pratik Naik2010-02-14164-1933/+2848
|\ | | | | | | | | | | | | | | Conflicts: railties/README railties/guides/source/active_support_core_extensions.textile railties/guides/source/getting_started.textile railties/lib/generators/rails/app/templates/README
| * Missing requireYehuda Katz2010-02-141-0/+1
| |
| * name.blank? -> anonymous? in a few placesXavier Noria2010-02-141-1/+1
| | | | | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
| * adds a few missing requires in AS object.rb and module.rbXavier Noria2010-02-142-0/+6
| | | | | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
| * Simplify dependencies.rb some. Remove alias of Kernel::Foo to Object::Foo as ↵Yehuda Katz2010-02-142-201/+141
| | | | | | | | it was not used and breaks Ruby semantics.
| * simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]David Heinemeier Hansson2010-02-122-1/+13
| |
| * Safely concat the ending tag to simple_format or it will be escapedDavid Heinemeier Hansson2010-02-121-1/+1
| |
| * Move batch finders to RelationPratik Naik2010-02-125-82/+82
| |
| * Revert to rack-mount 0.4.7Jeremy Kemper2010-02-121-1/+1
| |
| * CI: blow away bundle path between runs to solve 1.8/1.9 binary incompatJeremy Kemper2010-02-111-1/+1
| |
| * Force 0.4.7 for 3.0.0.beta. Bump to ~> 0.5.0 for beta1.Jeremy Kemper2010-02-111-1/+1
| |
| * Wups, rack-mount 0.5.0Jeremy Kemper2010-02-112-2/+2
| |
| * Bump rack-mount dep to 0.5.3Jeremy Kemper2010-02-112-3/+3
| |
| * Merge remote branch 'fxn/master'Jeremy Kemper2010-02-116-7/+94
| |\
| | * fixes Module#anonymous? for 1.9Xavier Noria2010-02-111-2/+6
| | |
| | * moves Class#reachable? to Module#reachable?, bases implementation on ↵Xavier Noria2010-02-114-6/+55
| | | | | | | | | | | | anonymous? and constantize, and adds test coverage
| | * defines Module#anonymous?Xavier Noria2010-02-113-1/+35
| |/
| * Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and ↵Carl Lerche2010-02-111-11/+0
| | | | | | | | Gem.path now.
| * CI: use minitest on 1.9 again.Jeremy Kemper2010-02-111-8/+2
| |
| * Resolve test/unit load ordering by removing backtrace filter from boot ↵Jeremy Kemper2010-02-113-11/+8
| | | | | | | | initializers
| * Fix isolated test fail due to missing mochaJeremy Kemper2010-02-101-0/+1
| |
| * Since require_dependency cannot be cleared, remove the dependenciesYehuda Katz2010-02-101-0/+5
| |
| * Fix a JSON ordering issueYehuda Katz2010-02-101-3/+7
| |
| * No need to emulate default Ruby behavior in initializeYehuda Katz2010-02-101-3/+0
| |