Xavier Noria
|
51e84bfbd6
|
AS guide: adds a real example for #pluralize
|
2010-03-01 05:35:01 +01:00 |
|
Xavier Noria
|
947511e50e
|
AS guide: shortens a sentence
|
2010-02-28 22:32:00 +01:00 |
|
Xavier Noria
|
68dd44cc62
|
AS guide: documents String#pluralize
|
2010-02-28 22:28:58 +01:00 |
|
Xavier Noria
|
f3a7f0e028
|
plugins guide: rails/init.rb is deprecated
|
2010-02-28 00:14:48 +01:00 |
|
Ryan Bigg
|
56c162e75d
|
Fix validates_exclusion_of error message as per http://bit.ly/9kxANI [gmile]
|
2010-02-28 09:42:06 +11:00 |
|
Ryan Bigg
|
2f3eefcdca
|
Nitpick: the first value should be odd, second is even.
|
2010-02-27 09:29:51 +11:00 |
|
Xavier Noria
|
4dcc4a0b60
|
AS guide: s/metaclass/singleton_class/ due to 0b87d11
|
2010-02-26 00:18:11 +01:00 |
|
Xavier Noria
|
47683b7d0e
|
caching guide: fixes a typo, thanks to Jonathan Bryan
|
2010-02-24 01:34:04 +01:00 |
|
Xavier Noria
|
cadd5937fe
|
plugins guide: rewords a paragraph and revises some typography
|
2010-02-24 00:56:51 +01:00 |
|
Xavier Noria
|
17596beb89
|
Revert "AM guide: standarizes call to rails runner"
This reverts commit d2844b854b.
|
2010-02-19 20:30:46 +01:00 |
|
Xavier Noria
|
4bd37dadc4
|
getting started guide: script/generate -> rails generate
|
2010-02-19 20:27:24 +01:00 |
|
Xavier Noria
|
d2844b854b
|
AM guide: standarizes call to rails runner
|
2010-02-19 20:22:20 +01:00 |
|
Xavier Noria
|
217ffcb508
|
edge badge revised by Jose Espinal
|
2010-02-17 21:08:31 +01:00 |
|
Xavier Noria
|
f3eab8e663
|
adds support for an edge badge in guides
|
2010-02-17 20:22:37 +01:00 |
|
Xavier Noria
|
b6935e5179
|
and now even with proper markup
|
2010-02-15 23:56:29 +01:00 |
|
Xavier Noria
|
a077e4128d
|
testing cron job in edge api generation
|
2010-02-15 23:50:36 +01:00 |
|
Pratik Naik
|
6f3c5f6787
|
Merge remote branch 'mainstream/master'
Conflicts:
railties/README
railties/guides/source/active_support_core_extensions.textile
railties/guides/source/getting_started.textile
railties/lib/generators/rails/app/templates/README
|
2010-02-14 19:28:05 +00:00 |
|
Yehuda Katz
|
a1b60696e2
|
Missing require
|
2010-02-14 11:18:34 -08:00 |
|
Xavier Noria
|
b68f5f77e3
|
name.blank? -> anonymous? in a few places
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
|
2010-02-14 11:09:22 -08:00 |
|
Xavier Noria
|
f7db067b12
|
adds a few missing requires in AS object.rb and module.rb
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
|
2010-02-14 11:07:29 -08:00 |
|
Yehuda Katz
|
4da45060a2
|
Simplify dependencies.rb some. Remove alias of Kernel::Foo to Object::Foo as it was not used and breaks Ruby semantics.
|
2010-02-14 10:48:06 -08:00 |
|
David Heinemeier Hansson
|
d68f8ba5c3
|
simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]
|
2010-02-12 17:24:04 -08:00 |
|
David Heinemeier Hansson
|
325fa58ef5
|
Safely concat the ending tag to simple_format or it will be escaped
|
2010-02-12 16:38:24 -08:00 |
|
Pratik Naik
|
dc3cc6c608
|
Move batch finders to Relation
|
2010-02-12 22:31:03 +00:00 |
|
Xavier Noria
|
77bf78b3b7
|
AS guide: documents Module#anonymous?
|
2010-02-12 20:52:00 +01:00 |
|
Xavier Noria
|
50b2a5d8ca
|
AS guide: documents Module#reachable?
|
2010-02-12 19:06:07 +01:00 |
|
Jeremy Kemper
|
5188c11d2e
|
Revert to rack-mount 0.4.7
|
2010-02-12 09:05:41 -08:00 |
|
Jeremy Kemper
|
7b663e2feb
|
CI: blow away bundle path between runs to solve 1.8/1.9 binary incompat
|
2010-02-11 17:43:46 -08:00 |
|
Jeremy Kemper
|
3d3e08623f
|
Force 0.4.7 for 3.0.0.beta. Bump to ~> 0.5.0 for beta1.
|
2010-02-11 17:31:50 -08:00 |
|
Jeremy Kemper
|
86a696fc30
|
Wups, rack-mount 0.5.0
|
2010-02-11 17:29:14 -08:00 |
|
Jeremy Kemper
|
9b14b13422
|
Bump rack-mount dep to 0.5.3
|
2010-02-11 17:26:45 -08:00 |
|
Jeremy Kemper
|
2b874f8e81
|
Merge remote branch 'fxn/master'
|
2010-02-11 15:08:01 -08:00 |
|
Xavier Noria
|
a506bac586
|
fixes Module#anonymous? for 1.9
|
2010-02-11 23:58:15 +01:00 |
|
Xavier Noria
|
aa82bdf929
|
moves Class#reachable? to Module#reachable?, bases implementation on anonymous? and constantize, and adds test coverage
|
2010-02-11 23:41:16 +01:00 |
|
Xavier Noria
|
b8bb54af7f
|
defines Module#anonymous?
|
2010-02-11 23:15:04 +01:00 |
|
Carl Lerche
|
eea28b07cf
|
Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and Gem.path now.
|
2010-02-11 10:29:50 -08:00 |
|
Jeremy Kemper
|
2a2d1872e4
|
CI: use minitest on 1.9 again.
|
2010-02-11 09:07:19 -08:00 |
|
Jeremy Kemper
|
8afcd33246
|
Resolve test/unit load ordering by removing backtrace filter from boot initializers
|
2010-02-11 09:01:52 -08:00 |
|
Jeremy Kemper
|
523002fe16
|
Fix isolated test fail due to missing mocha
|
2010-02-10 16:45:43 -08:00 |
|
Xavier Noria
|
739b8a1638
|
AS guide: fixes a typo
|
2010-02-11 00:22:13 +01:00 |
|
Xavier Noria
|
72c83893a5
|
AS guide: documents Class#subclasses
|
2010-02-11 00:20:37 +01:00 |
|
Yehuda Katz
|
77f630d317
|
Since require_dependency cannot be cleared, remove the dependencies
|
2010-02-10 15:06:42 -08:00 |
|
Xavier Noria
|
6a395c68d2
|
AS guide: documents Object#subclasses_of
|
2010-02-11 00:03:55 +01:00 |
|
Yehuda Katz
|
a3eaaf6b50
|
Fix a JSON ordering issue
|
2010-02-10 14:46:16 -08:00 |
|
Yehuda Katz
|
ff7db40464
|
No need to emulate default Ruby behavior in initialize
|
2010-02-10 14:40:36 -08:00 |
|
Yehuda Katz
|
bea38d64ee
|
Don't rely on @message in Error classes being available for use
|
2010-02-10 14:40:36 -08:00 |
|
Xavier Noria
|
9fd9e5d4f7
|
fixes doc generation
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-02-10 14:37:56 -08:00 |
|
Xavier Noria
|
783ce11708
|
release notes: the following methods have resurrected: Class#reachable?, Object#subclasses_of, Class#subclasses, Class.subclasses_of
|
2010-02-10 10:03:41 +01:00 |
|
José Valim
|
97650bf54a
|
Fix a couple failing tests.
|
2010-02-10 08:33:41 +01:00 |
|
Michael Bleigh
|
9c654744fb
|
Fixes unescaped version passthrough of generator 'gem' command. [#3901 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-10 08:28:03 +01:00 |
|