index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
simplify console with helpers
Joshua Peek
2008-11-23
2
-21
/
+3
|
*
Add i18n for number_to_human_size() helper storage units. Translation key is ...
Yaroslav Markin
2008-11-23
3
-4
/
+7
|
*
Move deprecation assertions so TestCase (and Mocha) needn't load on startup
Jeremy Kemper
2008-11-23
3
-59
/
+57
|
*
Don't hide deeper LoadErrors
Jeremy Kemper
2008-11-23
1
-2
/
+3
|
*
Eliminate thread-local circular reference stack by passing it as an argument ...
Jeremy Kemper
2008-11-23
1
-20
/
+8
|
*
Don't include .rb suffix in core_ext requires
Jeremy Kemper
2008-11-23
1
-1
/
+1
|
*
A back support for legacy TemplateHandler#render API
Joshua Peek
2008-11-23
3
-6
/
+38
|
*
use autoload instead of explicit requires for ActionView
Joshua Peek
2008-11-23
7
-70
/
+91
|
*
use autoload instead of explicit requires for ActionMailer
Joshua Peek
2008-11-23
10
-47
/
+63
*
|
Removed the old .htaccess as it is no longer used
David Heinemeier Hansson
2008-11-24
1
-40
/
+0
*
|
Updated docs to stop talking exclusively about lighttpd and clarify a few oth...
David Heinemeier Hansson
2008-11-24
1
-19
/
+6
|
/
*
Move the cookie store to use the MessageVerifier class.
Michael Koziarski
2008-11-23
3
-29
/
+18
*
Don't need _message as it's in the class name already
Michael Koziarski
2008-11-23
2
-8
/
+8
*
Add ActiveSupport::MessageVerifier to aid users who need to store tamper-proo...
Michael Koziarski
2008-11-23
4
-0
/
+73
*
Update the generated controller to not include the deprecated :secret option ...
Michael Koziarski
2008-11-23
1
-2
/
+1
*
Change the forgery token implementation to just be a simple random string.
Michael Koziarski
2008-11-23
3
-127
/
+15
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-11-23
0
-0
/
+0
|
\
|
*
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
5
-7
/
+29
*
|
Docfix [#1444 state:committed]
David Heinemeier Hansson
2008-11-23
1
-2
/
+2
*
|
Allow helpers directory to be overridden via ActionController::Base.helpers_d...
Sam Pohlenz
2008-11-23
5
-7
/
+29
|
/
*
Added rake rails:update:application_controller to renamed application.rb to a...
David Heinemeier Hansson
2008-11-23
2
-1
/
+13
*
Use a relative require for bundled rack lib
Jeremy Kemper
2008-11-22
1
-1
/
+2
*
Changed the fallback String#each_char to use valid 1.9 syntax.
Tom Lea
2008-11-22
1
-1
/
+3
*
Get ActiveSupport::TestCase working with classic Test::Unit and MiniTest. Fix...
Jeremy Kemper
2008-11-22
3
-106
/
+107
*
Ruby 1.9 compat: don't shadow local var with block arg
Jeremy Kemper
2008-11-22
1
-1
/
+1
*
Fix indentation mismatches
Jeremy Kemper
2008-11-22
2
-56
/
+56
*
Extract state query method definition and quiet method redefinition warning.
Jeremy Kemper
2008-11-22
2
-5
/
+8
*
MiniTest compat: don't shadow @name
Jeremy Kemper
2008-11-22
2
-5
/
+5
*
MiniTest compat: don't check for test/unit's assertion in particular
Jeremy Kemper
2008-11-22
1
-1
/
+1
*
Ruby 1.9 compat: don't use defined? on complex expressions
Jeremy Kemper
2008-11-22
1
-1
/
+1
*
Require mocha >= 0.9.0 for AS tests
Jeremy Kemper
2008-11-22
14
-570
/
+524
*
Switch script/server to use rack processor
Joshua Peek
2008-11-22
5
-220
/
+95
*
Vendor rack 0.4.0
Joshua Peek
2008-11-22
42
-0
/
+4225
*
missed lighttpd config
Joshua Peek
2008-11-22
1
-54
/
+0
*
Drop lighttpd support from script/server
Joshua Peek
2008-11-22
2
-99
/
+1
*
Kill dead "new_mongrel" handler
Joshua Peek
2008-11-22
4
-415
/
+2
*
Add flush by ensure in script/runner because no flush in production mode [#80...
Cyril Mougel
2008-11-22
1
-7
/
+11
*
write_fragment returns content if caching is disabled [#846 state:resolved]
Joshua Peek
2008-11-22
2
-12
/
+12
*
Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso...
Lance Ivy
2008-11-22
2
-1
/
+12
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
17
-45
/
+204
*
Let ApplicationController stay unloaded for as long as possible
David Heinemeier Hansson
2008-11-22
1
-3
/
+1
*
Reduced the number of literal aliases to the range that has actually seen per...
David Heinemeier Hansson
2008-11-21
3
-30
/
+6
*
ActionMailer should respect content type when choosing layouts
Colin Curtin
2008-11-21
5
-2
/
+33
*
Fixed RFC-2045 quoted-printable bug [#1421 state:committed]
Alexey Mahotkin
2008-11-20
3
-2
/
+4
*
Fix straggling references to Test::Unit::TestCase
Jeremy Kemper
2008-11-20
1
-8
/
+4
*
Update changelog to reflect move from Test::Unit::TestCase to ActiveSupport::...
Jeremy Kemper
2008-11-20
1
-0
/
+2
*
Require mocha >= 0.9.0 for Active Support tests. Don't manipulate the load path.
Jeremy Kemper
2008-11-20
1
-32
/
+17
*
Mocha 0.9.0 compatibility for test setup/teardown callbacks
Jeremy Kemper
2008-11-20
1
-4
/
+6
*
Ensure only delegations to methods can have an automatic prefix. [#1235 state...
Daniel Schierbeck
2008-11-21
2
-0
/
+15
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-11-20
73
-8477
/
+881
|
\
[prev]
[next]