James Miller
54d01ce656
Remove a Rails 2 convention from namespaced routes
2010-02-02 23:34:44 -08:00
Mikel Lindsaar
7ebabb18be
Fixed up i18n info on release notes
2010-02-03 16:10:07 +11:00
Mikel Lindsaar
b215993662
Fixing all the 'script' references
2010-02-03 16:02:17 +11:00
Mikel Lindsaar
cc1f693a87
Adding note about not being final and we want contributions
2010-02-03 14:28:20 +11:00
Mikel Lindsaar
a5647c12af
Fixing up the idea of bundle and freezing gems
2010-02-03 14:26:28 +11:00
Mikel Lindsaar
8fac028e0b
Updated release notes
2010-02-03 14:23:06 +11:00
Xavier Noria
37958f3cc9
mention Object before Class
2010-02-03 01:15:47 +01:00
Xavier Noria
c382ff42c2
ends_with is not a plural
2010-02-03 01:12:02 +01:00
José Valim
781d0a9bae
Add docs for Railtie, Engine, Plugin and Application.
2010-02-02 20:05:26 +01:00
Xavier Noria
12f595b130
this 2nd test should be alive in rails.info sometime before 12pm
2010-02-02 10:13:29 +01:00
Xavier Noria
19e61ad3af
this test should be alive in rails.info at 9:30
2010-02-02 08:55:03 +01:00
Mikel Lindsaar
12681c2a71
Merge branch 'master' of git://github.com/rails/rails
...
Conflicts:
activemodel/README
activemodel/lib/active_model/errors.rb
activemodel/lib/active_model/serialization.rb
railties/guides/source/3_0_release_notes.textile
2010-02-02 14:04:23 +11:00
Mikel Lindsaar
535ae3b946
Merge branch 'master' of github.com:lifo/docrails
2010-02-02 13:30:08 +11:00
Mikel Lindsaar
49a26c5333
Updating install docs
2010-02-02 13:29:39 +11:00
Sam Ruby
df8852d04d
Make rdoc match current API
...
Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com >
2010-02-02 12:06:50 +11:00
Sam Ruby
5998dd7bb8
Resolve view paths correctly on CygWin
...
Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com >
2010-02-02 12:05:49 +11:00
Mikel Lindsaar
485f12fe4c
Fixed --dev flag for new bundler
2010-02-02 11:24:19 +11:00
Xavier Noria
9b5dae7af5
update html_safe calls in guides generation
2010-02-02 01:04:35 +01:00
Mikel Lindsaar
d1eed079e1
Merge branch 'master' of git://github.com/rails/rails
2010-02-02 10:51:19 +11:00
Carl Lerche
b9edb0c60c
Update the Gemfile and CI build
2010-02-01 15:42:45 -08:00
Pratik Naik
fdcf4d6c51
Merge remote branch 'mainstream/master'
2010-02-01 23:42:38 +00:00
Xavier Noria
27fa38cc3e
AS guide: documents Class#class_attribute
2010-02-02 00:37:33 +01:00
Mikel Lindsaar
7ec7328f2a
Adding in I18n section
2010-02-02 10:36:55 +11:00
Mikel Lindsaar
783e583d9c
Adding in rake task updates and extra data on postgres and oracle fixes
2010-02-02 10:17:46 +11:00
Mikel Lindsaar
cc2fa4d713
Adding extra points from crowd sourcing
2010-02-02 10:09:10 +11:00
Carl Lerche
16c0d1d3b6
Run bundle exec rake instead of bin/rake during CI
2010-02-01 15:08:40 -08:00
Carl Lerche
90ab1a6a4d
[PATCH] remove geminstaller dependency from ci build
2010-02-01 15:04:03 -08:00
Mikel Lindsaar
ddf2b4add3
Xavier's edits
2010-02-02 09:46:55 +11:00
José Valim
d74b5e440c
Make AM test suite green.
2010-02-01 23:34:47 +01:00
Carl Lerche
ff7a6a9b41
Add the database adapter in the generated Gemfile
2010-02-01 13:43:17 -08:00
Santiago Pastorino
bf1f70d877
failing tests in multibyte_chars_test.rb fixed
...
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local >
2010-02-01 09:30:00 -08:00
Xavier Noria
1bc2bb12af
dumps the current 3.0 release notes draft
2010-02-01 16:34:11 +01:00
Mikel Lindsaar
428bdb5063
Adding Release Notes 3.0
2010-02-01 23:51:40 +11:00
José Valim
66615f25cf
Merge branch 'master' of gitproxy:rails/rails
2010-02-01 11:41:16 +01:00
José Valim
0dece7929c
Deprecate AC configuration values which were moved to Rack.
2010-02-01 11:40:27 +01:00
Jeremy Kemper
e5ab4b0d07
Convert to class_attribute
2010-02-01 02:02:42 -08:00
Jeremy Kemper
8ae25a8e41
Introduce class_attribute to declare inheritable class attributes. Writing an attribute on a subclass behaves just like overriding the superclass reader method. Unifies and replaces most usage of cattr_accessor, class_inheritable_attribute, superclass_delegating_attribute, and extlib_inheritable_attribute.
2010-02-01 02:02:41 -08:00
José Valim
a8c5d22c23
Add config.generators.fallbacks.
2010-02-01 10:48:59 +01:00
Mikel Lindsaar
aa9f549965
Updates to output and warning on being for Rails 3.0
2010-02-01 19:59:45 +11:00
Yehuda Katz
2092351652
Add support for compile-time <%= raw %>
2010-01-31 23:42:35 -08:00
Santiago Pastorino
1adfb92135
Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::SafeBuffer
...
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local >
2010-01-31 22:14:18 -08:00
Santiago Pastorino
9987a00738
action_view/safe_buffer is no longer valid
...
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local >
2010-01-31 21:55:41 -08:00
Prem Sichanugrist
2025bab9e6
Fix some typo that I forgot to remote 'map.'
2010-02-01 11:55:33 +07:00
Prem Sichanugrist
0d01a737a2
Modify the documentation for routing to add the new DSL format of Rails 3
2010-02-01 11:53:37 +07:00
Santiago Pastorino
f439f1d86f
action_view is requiring the deleted action_view/erb/util.rb file
...
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local >
2010-01-31 20:26:28 -08:00
Carl Lerche
3b922aaf08
Update the Ci build script
2010-01-31 20:18:13 -08:00
Mikel Lindsaar
65fb2c7b32
Completely updated the ActionMailer guide
2010-02-01 14:57:54 +11:00
Carl Lerche
a54654de1c
Update the generated Gemfile and config/boot.rb to work with bundler 0.9
2010-01-31 19:48:42 -08:00
Yehuda Katz
4cbb9db0a5
For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self).
...
* Additionally, instead of doing concat("</form>".html_safe), you can do
safe_concat("</form>"), which will skip both the flag set, and the flag
check.
* For the first pass, I converted virtually all #html_safe!s to #html_safe,
and the tests pass. A further optimization would be to try to use
#safe_concat as much as possible, reducing the performance impact if
we know up front that a String is safe.
2010-01-31 19:39:13 -08:00
Carl Lerche
1c83fd2eff
Have rails depend on bundler
2010-01-31 19:35:11 -08:00