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
...
|
*
Don't store incorrect values in zones_map
Santiago Pastorino
2010-06-28
3
-5
/
+7
|
*
test that unknown zones don't store mapping keys
Leigh Caplan
2010-06-28
1
-0
/
+5
|
*
Make the sentinel flag for route a bit more robust.
José Valim
2010-06-28
1
-1
/
+1
|
*
Tidy up valid conditions in router a bit.
José Valim
2010-06-28
1
-2
/
+4
|
*
Add :controller and :action to the list of valid conditions
Andrew White
2010-06-28
1
-0
/
+1
|
*
Do not trigger the old mapper to avoid deprecation messages.
José Valim
2010-06-28
1
-1
/
+1
|
*
Restores the escaping of urls generated from hashes. [#4765 state:resolved]
Andrew White
2010-06-28
2
-9
/
+5
|
*
Merge :constraints from scope into resource options [#2694 state:resolved]
Andrew White
2010-06-28
2
-4
/
+49
|
*
Convert instance_variables to symbols before excluding internal vars [#4965 s...
rohit
2010-06-28
1
-1
/
+1
|
*
Remove invalid conditions from route [#4989 state:resolved]
Andrew White
2010-06-28
3
-4
/
+26
|
*
Deprecate the old router DSL. Since it is still used intensively across Actio...
José Valim
2010-06-28
3
-15
/
+25
|
*
Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...
Bruno Michel
2010-06-28
3
-0
/
+6
|
*
Update CHANGELOGs.
José Valim
2010-06-28
3
-2
/
+10
|
*
Information about new rake task in CHANGELOG
Łukasz Strzałkowski
2010-06-28
1
-0
/
+1
|
*
Small typo
wycats
2010-06-27
1
-1
/
+1
|
*
Add this rule to run common tests and specifics ones from adapters dir
Santiago Pastorino
2010-06-27
1
-1
/
+3
|
*
Avoid "no such table" exception when schema migrations table does not exist
Akira Matsuda
2010-06-27
1
-0
/
+5
|
*
Use ActiveRecord::Migrator.schema_migrations_table_name instead of hardcoding...
Akira Matsuda
2010-06-27
1
-1
/
+1
|
*
Fix several known web encoding issues:
wycats
2010-06-27
7
-198
/
+318
|
*
Add missing require, Base use deprecate method
Santiago Pastorino
2010-06-27
1
-0
/
+1
|
*
rake db:migrate:status displays status of migrations [#4947 state:resolved]
Kevin Skoglund
2010-06-28
1
-0
/
+25
|
*
Warn that ActiveRecord::Base.reset_subclasses is gone in Rails 3 final.
Jeremy Kemper
2010-06-27
1
-0
/
+12
|
*
Upgrade to Rack 1.2.1
Jeremy Kemper
2010-06-27
2
-9
/
+15
|
*
Implemented getbyte as an aliased method and RDoc added
Santiago Pastorino
2010-06-28
1
-3
/
+2
|
*
Update to latest rails.js
Jeremy Kemper
2010-06-27
1
-57
/
+114
|
*
Vendor unreleased rack-mount 0.6.6.pre dependency
Jeremy Kemper
2010-06-27
37
-3
/
+4016
|
*
Missing BigDecimal dependency
Jeremy Kemper
2010-06-27
1
-0
/
+2
|
*
Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapter
Santiago Pastorino
2010-06-28
2
-0
/
+0
|
*
AV::logger returns AC::logger if it's defined, workaround meanwhile AV doesn'...
Santiago Pastorino
2010-06-28
1
-2
/
+3
|
*
Move Rails module to abstract_unit to make test in isolation work
Santiago Pastorino
2010-06-28
2
-3
/
+3
|
*
Makes more sense to ask about method_defined?
Santiago Pastorino
2010-06-28
1
-1
/
+1
|
*
A few changes were done in this commit:
José Valim
2010-06-28
10
-119
/
+119
*
|
docs: note that mail() accepts arbitrary headers
Wincent Colaiuta
2010-06-30
1
-1
/
+3
*
|
accepts_nested_attributes_for typo
Adam Meehan
2010-06-29
1
-1
/
+1
*
|
Documentation for Array#sample
Thiago Pradi
2010-06-28
1
-0
/
+7
*
|
Revert commit 37c44c8e707c Need more research on disable-with and data-attrib...
Paco Guzman
2010-06-28
1
-4
/
+0
*
|
Added disable_with option description to button_to helper
Paco Guzman
2010-06-28
1
-0
/
+4
|
/
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-28
210
-2206
/
+3105
|
\
|
*
Fixed that an ArgumentError is thrown when request.session_options[:id] is re...
Michael Lovitt
2010-06-27
6
-36
/
+113
|
*
String#[] doesn't return the byte representation on 1.9.2, we should use getb...
Santiago Pastorino
2010-06-27
1
-1
/
+1
|
*
Added getbyte as a core_ext to Ruby < 1.9
Santiago Pastorino
2010-06-27
2
-0
/
+12
|
*
Fixes #2415 by creating a new instance of the Model when saving attributes to...
George Montana Harkin
2010-06-27
2
-21
/
+26
|
*
Normalize recall params when the route is not a standard route otherwise :con...
Andrew White
2010-06-27
2
-3
/
+48
|
*
removing useless code. [#4988 state:resolved]
Aaron Patterson
2010-06-26
1
-15
/
+4
|
*
Refactor: metaprogramming here it's confusing and make use of tap
Santiago Pastorino
2010-06-26
1
-64
/
+73
|
*
Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup...
David Trasbo
2010-06-26
1
-1
/
+1
|
*
Refactor of column_exists? method and this works with PostgreSQL
Santiago Pastorino
2010-06-26
1
-12
/
+6
|
*
Removes useless flatten
Santiago Pastorino
2010-06-26
1
-4
/
+9
|
*
Add module_eval missing file_name and line_number args [#4712 state:resolved]
Evgeniy Dolzhenko
2010-06-26
1
-2
/
+2
|
*
adding adapter tests, avoiding private apis, fixing code in 1.9 [#4986 state:...
Aaron Patterson
2010-06-26
2
-3
/
+63
[prev]
[next]