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
path:
root
/
railties
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
3
-3
/
+46
*
Require active_support/secure_random for Ruby 1.9.
Akira Matsuda
2008-11-19
1
-0
/
+1
*
Assume that the next version is going to be 2.3 for now
David Heinemeier Hansson
2008-11-19
1
-2
/
+2
*
add vendor/ back to load paths; catch errors in constant loading
Matt Jones
2008-11-18
1
-0
/
+1
*
Added config.i18n settings gatherer to config/environment, auto-loading of al...
David Heinemeier Hansson
2008-11-18
2
-0
/
+35
*
Add helper test generators [#1199 state:resolved]
Eugene Bolshakov
2008-11-17
13
-18
/
+96
*
Fix a typo in test helper
Pratik Naik
2008-11-18
1
-1
/
+1
*
Dont require 'application' when running tests
Pratik Naik
2008-11-18
1
-2
/
+0
*
Fix script/console
Pratik Naik
2008-11-18
1
-2
/
+0
*
Explicitly require test/unit so tests autorun
Jeremy Kemper
2008-11-17
1
-0
/
+4
*
BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...
David Heinemeier Hansson
2008-11-17
1
-1
/
+2
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-15
2
-3
/
+3
|
\
|
*
Prepare for RC2
David Heinemeier Hansson
2008-11-14
1
-1
/
+1
|
*
Revert "Move fixtures settings from AR::TestCase to railties test_help" -- it...
David Heinemeier Hansson
2008-11-14
1
-15
/
+4
|
*
Properly check silence_spec_warnings class variable [#1372 state:committed]
Chris Wanstrath
2008-11-14
1
-2
/
+2
|
*
Move fixtures settings from AR::TestCase to railties test_help
Jeremy Kemper
2008-11-13
1
-4
/
+15
*
|
Move fixtures settings from AR::TestCase to railties test_help
Jeremy Kemper
2008-11-12
1
-8
/
+14
*
|
Remove deprecated Gem.manage_gems
Jeremy Kemper
2008-11-12
1
-1
/
+0
*
|
Set up fixtures in app's test_help
Jeremy Kemper
2008-11-07
1
-7
/
+8
|
/
*
Make refresh_specs more resilient. Always add vendor/gems to gem search path....
Matt Jones
2008-11-01
3
-14
/
+27
*
Fixed plugin generator so that generated unit tests would subclass ActiveSupp...
Mathias Meyer
2008-10-30
4
-12
/
+16
*
Merge with docrails
Pratik Naik
2008-10-22
1
-1
/
+1
*
Merge with docrails. Also add a rake task to generate guides in your rails ap...
Pratik Naik
2008-10-21
1
-0
/
+13
*
Fix script/generate warning
Pratik Naik
2008-10-21
1
-1
/
+2
*
config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...
Matt Jones
2008-10-20
2
-2
/
+3
*
Memoize the require and construction of the StringInquirer
Michael Koziarski
2008-10-19
1
-2
/
+4
*
Don't create test/performance/test_helper.rb. Just require the needed files f...
Pratik Naik
2008-10-17
2
-2
/
+2
*
Remove the class_path from the collisions test.
Michael Koziarski
2008-10-14
9
-11
/
+11
*
Don't include the path when checking class collisions [#545 state:resolved]
Joshua Peek
2008-10-13
1
-0
/
+1
*
Initialize silence_spec_warnings
Matt Jones
2008-10-13
1
-0
/
+2
*
Make VendorGemSourceIndex handle broken/missing specs generated by previous v...
Matt Jones
2008-10-13
3
-23
/
+107
*
Fix script/console --sandbox warning. [#1194 state:resolved]
Matt Jones
2008-10-09
1
-2
/
+2
*
Fix definition of find_name
Matt Jones
2008-10-08
1
-2
/
+2
*
Mark gem as not loaded when spec not found
Matt Jones
2008-10-08
1
-0
/
+2
*
Fix deprecated ActionController::Base.relative_url_root call in mongrel command
Chris Cherry
2008-10-05
1
-1
/
+1
*
Merge docrails
Pratik Naik
2008-10-05
1
-0
/
+1
*
Fix a number of errors in the config.gem mechanism.
Matt Jones
2008-10-05
6
-44
/
+221
*
Add IMB DB support to Rails application generator. [#1136 state:resolved]
Antonio Cangiano
2008-10-04
1
-1
/
+1
*
Make sure recreate MySQL test database with the proper encoding and collation...
Luca Guidi
2008-10-03
1
-1
/
+1
*
Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1
Michael Koziarski
2008-09-24
1
-1
/
+3
*
Bump the Version constants to align with the *next* release rather than the p...
Michael Koziarski
2008-09-22
1
-1
/
+1
*
make db:migrate:redo rake task accept an optional VERSION to target that spec...
Philip Hallstrom
2008-09-17
1
-2
/
+10
*
Add --debugger option to script/console.
miloops
2008-09-11
1
-0
/
+13
*
Fix for SQLite's db creation warnings [status:committed #614]
Antonio Cangiano
2008-09-09
1
-6
/
+18
*
Dont reference the class being tested when it can be assumed
David Heinemeier Hansson
2008-09-09
1
-1
/
+0
*
Ruby 1.9 compat: remove instance variables and global variables from block pa...
Akira Matsuda
2008-09-09
1
-8
/
+8
*
Ruby 1.9 compat: use String#lines instead of to_a in Ruby 1.9
Akira Matsuda
2008-09-09
1
-1
/
+1
*
Ruby 1.9 compat: remove constants from block parameters
Akira Matsuda
2008-09-09
1
-2
/
+2
*
Merge docrails
Pratik Naik
2008-09-03
1
-1
/
+1
*
Database connections are now pooled, one pool per #establish_connection call.
Jeremy Kemper
2008-09-02
2
-3
/
+3
|
\
[prev]
[next]