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
...
*
Make webrick work with session(:off)
Jamis Buck
2005-10-13
2
-1
/
+3
*
Update DB2 adapter. Closes #2206.
Marcel Molina
2005-10-12
3
-2
/
+38
*
Corrections to SQLServer native data types. Closes #2267.
Marcel Molina
2005-10-12
2
-10
/
+12
*
Unescape paths before writing cache to file system. Closes #1877.
Marcel Molina
2005-10-12
2
-1
/
+3
*
Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...
Sam Stephenson
2005-10-12
7
-24
/
+43
*
Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...
Marcel Molina
2005-10-12
4
-8
/
+21
*
Protect id attribute from mass assigment even when the primary key is set to ...
Marcel Molina
2005-10-12
3
-3
/
+25
*
Add test coverage for customized primary keys including a failing test for #2...
Marcel Molina
2005-10-12
16
-6
/
+65
*
Make sure ENV['RAILS_ENV'] and RAILS_ENV are kept in sync
Jamis Buck
2005-10-12
1
-5
/
+2
*
Honor the runner -e toggle even if the RAILS_ENV constant has already been set
Jamis Buck
2005-10-12
1
-2
/
+6
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
9
-26
/
+28
*
Use the correct scope for Rake tasks
David Heinemeier Hansson
2005-10-12
1
-1
/
+1
*
Make xyz_tag(..., :id => "foo") work again
Jamis Buck
2005-10-12
2
-7
/
+13
*
Migrating should also dump the latest schema
David Heinemeier Hansson
2005-10-12
1
-0
/
+1
*
Misc doc fixes (typos/grammar/etc.). Closes #2430.
Marcel Molina
2005-10-11
2
-37
/
+39
*
Add test coverage for content_columns. Closes #2432.
Marcel Molina
2005-10-11
2
-1
/
+6
*
Fix typo in CHANGELOG.
Marcel Molina
2005-10-11
1
-1
/
+1
*
Speed up for unthreaded environments. Closes #2431.
Marcel Molina
2005-10-11
2
-6
/
+20
*
Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....
Marcel Molina
2005-10-11
2
-3
/
+17
*
Speed improvement for session_options. #2287. [skaes@web.de]
Jamis Buck
2005-10-11
2
-18
/
+31
*
Make cacheing binary files friendly with Windows. Closes #1975.
Marcel Molina
2005-10-11
2
-2
/
+4
*
Convert boolean form options form the tag_helper. Recloses #809.
Marcel Molina
2005-10-10
4
-29
/
+27
*
Fixed that an instance variable with the same name as a partial should be imp...
Sam Stephenson
2005-10-10
3
-1
/
+18
*
Fix Element.toggle logic
Sam Stephenson
2005-10-10
2
-2
/
+2
*
Speed up the setting of table_name. Closes #2428.
Marcel Molina
2005-10-10
4
-1
/
+29
*
Require rails_version instead of version
Jamis Buck
2005-10-10
1
-1
/
+1
*
mv lib/version.rb to lib/rails_version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
move lib/version.rb to lib/active_support/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
mv lib/version.rb to lib/action_web_service/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
move lib/version.rb to lib/action_mailer/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
Move lib/version.rb to lib/action_pack/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
move lib/version.rb to lib/active_record/version.rb
Jamis Buck
2005-10-10
2
-1
/
+1
*
Replace '%e' from long and short time formats as Windows does not support it....
Marcel Molina
2005-10-10
2
-2
/
+4
*
Optimize instantiation of STI subclass records. In partial fullfilment of #1236.
Marcel Molina
2005-10-09
2
-15
/
+20
*
Fix typo of 'constrains' to 'contraints'. Closes #2069.
Marcel Molina
2005-10-09
3
-14
/
+20
*
Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.
Marcel Molina
2005-10-09
3
-9
/
+13
*
Add versioning convention from SwitchTower to all Rails components. Add --ver...
Marcel Molina
2005-10-09
14
-9
/
+76
*
Add ability to get all siblings, including the current child, with acts_as_tr...
Marcel Molina
2005-10-09
3
-1
/
+17
*
Added to_s(:db) to Range
David Heinemeier Hansson
2005-10-09
5
-2
/
+45
*
Make it clear that we are at script.aculo.us V1.5_rc3 now
Thomas Fuchs
2005-10-09
2
-2
/
+2
*
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...
Thomas Fuchs
2005-10-09
14
-557
/
+908
*
Make assert_tag :children count appropriately. Closes #2181.
Marcel Molina
2005-10-09
3
-2
/
+131
*
PostgreSQL returns the path type wrapped in quotes.
Marcel Molina
2005-10-09
2
-2
/
+2
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
5
-0
/
+78
*
Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...
Marcel Molina
2005-10-08
1
-2
/
+1
*
Compare md5 checksums of files rather than files themselves, as it's far fast...
Marcel Molina
2005-10-08
1
-1
/
+2
*
Skip directories when checking for identical source and destination files.
Marcel Molina
2005-10-08
1
-0
/
+1
*
Evaluate dynamic templates before checking if the new file is identical to th...
Marcel Molina
2005-10-08
1
-5
/
+13
*
Make the generator skip a file if it already exists and is identical to the n...
Marcel Molina
2005-10-08
2
-3
/
+12
*
Look here, braces: gimme some elbow room. #2418
Jeremy Kemper
2005-10-08
1
-1
/
+1
[prev]
[next]