public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/jeremy/rails.git

jeremy's rails Feed   feed

jeremy committed to jeremy/rails about 1 month ago

a444c782125e10ead6227f7cc57b2f5c739111f2

respond_to? passes along splat args to avoid introducing the second arg if it was omitted

jeremy committed to jeremy/rails about 1 month ago

9aa3c59b21433528575052a6571c62c343dd1ce7

respond_to? passes along splat args to avoid introducing the second arg if it was omitted

timhaines committed to jeremy/rails about 1 month ago

dabd8c82827c6547f3f1870d9d6f8a3e6c1a830d

Add TestUploadFile.content_type= to match Request.UploadedFile

jeremy committed to jeremy/rails about 1 month ago

482e8fe62a58fb2b56875cea13d082bd09b3f228

Rely on quieter db:test:load task

packagethief committed to jeremy/rails about 1 month ago

762ee05fce79ac7e5a2537d7bd05f2705d63a7a6

Account for the possibility of a nil options argument to CompressedMemCacheStore#read/#write

tarmo committed to jeremy/rails about 1 month ago

dc5997ff4223d1cfa93ef4a8f9184cc5bba27522

Fixed Time/Date object serialization

josh started watching rails about 1 month ago
rails is at jeremy/rails
oboxodo committed to jeremy/rails 3 months ago

2e1b56c93745bf0513e449e95830edd390abfaf2

MySQL: rename_column preserves default values. [#466 state:resolved]

jeremy committed to jeremy/rails 3 months ago

f4ccc179530d5b9436da87d3c221dfa8fa89119a

Performance: javascript helper tweaks to speed up escaping and reduce object allocations when building options strings

jeremy committed to jeremy/rails 3 months ago

9a0e4437199a233105348938e490808fc0688626

Everything responds to #to_param

jeremy committed to jeremy/rails 3 months ago

00ba4c0cf32f9417d47bd891eba97f2e04609520

true#to_param => true, so be sure to #to_s expanded cache keys

jeremy committed to jeremy/rails 3 months ago

72f93b581f1d1a7496ccebbd90578714c171c5a5

Check whether blocks are called from erb using a special __in_erb_template variable visible in block binding.

jeremy committed to jeremy/rails 3 months ago

c440c9b199d7474e356472616ef03f9c7e17c405

Move erb_trim_mode setting to the ERB template handler. Keep a Base.erb_trim_mode= delegator around.

jeremy committed to jeremy/rails 3 months ago

2541f7ac478e00d2a225399d1619ccf6c33f2d9c

Oops, include metric name in csv filename

jeremy committed to jeremy/rails 3 months ago

616bc42fd7675a42e8bd461855385d9a2b0cf5e3

Performance: tweak unsupported metric error message

jeremy committed to jeremy/rails 3 months ago

90a9a7013ca733c6414d8ec6ababae2c65ad7c99

Write benchmark output to separate files per test+metric. Support Lloyd Hilaiel's GC.heap_info patch for current heap size.

jeremy committed to jeremy/rails 3 months ago

6ffe32160e16398d347e6bcd396ad843ba68e52a

Rely on quieter db:test:load task

jeremy committed to jeremy/rails 3 months ago

e328bdaab6c1cf920af3cabc0a27e32798a9fcb6

Make Base.merge_conditions public

jeremy committed to jeremy/rails 3 months ago

d7b3c3395fd7debc05923dba1cbea69d30899827

Performance: PartialTemplate#initialize

jeremy committed to jeremy/rails 3 months ago

8e74a434b8f13bd1697ad556c9fd1ef0217e594e

Don't dump schema for every test run, just when migrations are run

jeremy committed to jeremy/rails 3 months ago

899d63b997094f066ffd49a3e58d29c07143999d

process time for benchmarks (quicker), wall time for profiling (lower overhead)

jeremy committed to jeremy/rails 3 months ago

e433bb16a6200351893077a723d4885c3080779f

Merge branch 'master' of git@github.com:rails/rails

jeremy committed to jeremy/rails 3 months ago

fa2a255352c7822b7bfc14055b5cfb582f02f7a3

missed . joining rails version and git revision

jeremy committed to jeremy/rails 3 months ago

ed67d90a9874df2e42d6045d47e805b3e594d718

Metrics::Memory measures in fractional KB also

jeremy committed to jeremy/rails 3 months ago

49d19515b70a13f62127895301bd2a2d681135b9

Extract environment. Hardcode some git info so I can start working with it now.

jeremy committed to jeremy/rails 3 months ago

e8f78998b2af492159189d4f0aa6c3a301431ca8

Force runs to be an integer. Start and stop RubyProf in same scope. Expect memory measurements in fractional KB now instead of bytes. Convert object allocation measurements to integer. Wrap up measure_mode in Metric instance method.

jeremy committed to jeremy/rails 3 months ago

f93a6d99e61f3766384d33cc8d1aaf212d8f4b0e

Delegate run_test to @harness

jeremy committed to jeremy/rails 3 months ago

59b2daba4f2d1eadabd3e89299114f0d77ae454d

Metrics::[] escues NameError only. Fix MODE typo.

jeremy committed to jeremy/rails 3 months ago

f7866cdac12aecd332b71de4884664d54b0aef20

Extract Metric and Performer. Simplify and refactor.

josh started watching rails 4 months ago
rails is at jeremy/rails