More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#10 Michael Koziarski - All time
Showing 297 commits

All contributors →
Hash Date Message
c253d7b 2009-12-02 1.9 Fix for exception views.
7e0aa35 2009-11-28 avoid generating invalid SMTP commands in ruby pre 1.9
c7057a2 2009-11-25 Remove strange .diff file
ec542ca 2009-11-25 Prepare for the 2.3.5 release
93085a7 2009-11-19 Handle a nil logger when generating Deprecation warnings
b120179 2009-10-15 Make the erubis implementation easier for plugins to cha...
cc1ad46 2009-10-15 Add a read-only method which plugin authors can use to d...
459749c 2009-10-15 Backport the xss_safe? method for plugin authors targett...
d5d2426 2009-10-14 Avoid warning spam by flipping to the new callbacks mech...
d39f397 2009-10-14 Missing requires
1d01bad 2009-10-14 Make sure non-escaped urls aren't considered safe
5d5e34f 2009-10-14 Use ERB::Util.h over CGI.escapeHTML as the former is saf...
28bd087 2009-10-08 Don't need h in there now that XSS protection is on by d...
95b7e4f 2009-10-08 field_error_proc needs to return a safe string
80da8eb 2009-10-08 Merge the prerequisites for on-by-default XSS escaping i...
c352ec0 2009-10-07 error procs have to be safe too
9415935 2009-10-07 Switch to on-by-default XSS escaping for rails.
126f623 2009-10-06 don't ignore all bin directories
49b52ca 2009-10-05 Revert "Fix Dispatch.new so passenger works" as it broke...
6ddb7de 2009-09-12 Dup the arguments to string compare so we can use force_...
e590508 2009-09-12 Dup the arguments to string compare so we can use force_...
87c93da 2009-09-04 Fix a messed up merge commit
a43ef24 2009-09-03 Prepare for 2.3.4 release
b16e0c9 2009-09-03 Clean tag attributes before passing through the escape_o...
9a73630 2009-09-03 Add verify and clean methods to ActiveSupport::Multibyte.
370bf14 2009-08-09 Don't call additional methods on builders passed to the ...
df745ed 2009-08-08 Depend on rubygems 1.3.2
95db8aa 2009-08-05 Run the view tests too
143c55d 2009-07-21 Memoize cookies so that updates to cookies are available...
c7bcbb9 2009-07-19 Forgot to bump the railties versions
a147bec 2009-07-16 Move from referencing the BlueCloth constant directly, t...
18e68d9 2009-07-12 Prepare version numbers, changelogs and gem dependencies...
6a50d6c 2009-07-08 Match tests with new reloading behaviour
9407f6e 2009-06-27 Make filter_parameters work correctly with array paramet...
b5dfdc7 2009-06-26 Make sure the wrapped exceptions also have the original ...
c014c3e 2009-06-10 Whitelist the methods which are called by multiparameter...
99803b7 2009-06-09 Pull autoload fix from 2-3-stable
b1a044b 2009-06-09 Revert "Ensure HasManyThroughAssociation#destroy delete ...
b600bf2 2009-06-01 name is case sensitive, update tests to reflect that
34c3162 2009-06-01 Revert "Ensure calculations respect scoped :select". Br...
818556e 2009-03-02 Revert "DDL transactions and savepoints for sqlite"
0604084 2009-02-22 Revert "Wrap calls to update_attributes in a transaction."
011ea46 2009-02-06 Don't use weird attribute_condition methods in AR Sessio...
4e4f961 2009-02-06 Handle every error that can come out of the Iconv branch...
fa7aa19 2009-02-01 Don't rely on the order in these tests
feed7b4 2009-01-29 Move to use pg instead of postgres on the CI server
f2ee3f2 2009-01-16 Fix the AR json serialization tests to comply with the e...
0bed5bd 2009-01-16 Properly quote json keys.
84e6ad3 2009-01-09 Spam people with commit rights on test failures.
2f92313 2009-01-07 Spam people with commit rights on test failures.
07abc5e 2008-11-25 Add a MessageEncryptor, just like MessageVerifier but us...
04d2d04 2008-11-23 Move the cookie store to use the MessageVerifier class.
f9b1aa7 2008-11-23 Don't need _message as it's in the class name already
d460c9a 2008-11-23 Add ActiveSupport::MessageVerifier to aid users who need...
c4a0143 2008-11-23 Update the generated controller to not include the depre...
9fdb15e 2008-11-23 Change the forgery token implementation to just be a sim...
9c01d3c 2008-11-18 Spam more people, the list is next
19e9a1f 2008-11-18 Remove duplicate distribution of prototype and scriptacu...
b579184 2008-11-18 Remove mention of long-dead define_javascript_functions
8c197fb 2008-11-16 Add text/plain to the browser_generated_types array as w...
44c3b86 2008-11-14 Missing changelogs for relative_url_root changes
065cc20 2008-11-14 Missing changelog for memcache-client changes
e4a345c 2008-11-14 Missing changelog for CSRF changes
16ae82d 2008-11-14 Missing changelog for :only/:except on map.resources
f1ad8b4 2008-11-13 Instead of overriding html_types, base the verification ...
9d4337e 2008-11-07 Revert commit which breaks all the tests.
af5b304 2008-11-06 Fix stupid typo
8a53e25 2008-11-02 Backwards compatibility fixes for relative_url_root
4684e76 2008-10-28 Remove reload call from vendored gem. Breaks a bunch of...
9e2bb2c 2008-10-26 Remove reference to fformat to restore support for postg...
ba80ff7 2008-10-19 Sanitize the URLs passed to redirect_to to prevent a pot...
6d1d48d 2008-10-19 Memoize the require and construction of the StringInquirer
09c1718 2008-10-14 Remove the class_path from the collisions test.
3e9fc27 2008-10-14 Avoid warnings by undefining the old method transliterate.
e0993c6 2008-10-14 Reverse the order of the iconv arguments to remain compa...
cb45ee3 2008-10-10 Remove the functionality introduce in 28d3390
aec3916 2008-10-07 Make sure last_modified! works with <= rather than just ...
5556db2 2008-10-07 Reduce memory usage slightly in String#parameterize
a4629e7 2008-10-07 Extract transliteration code to a seperate method.
1dfebd4 2008-10-04 1.8 compatibility for random_number method on SecureRandom.
923eb95 2008-10-04 Fix mismatched assertions.
7553a23 2008-10-03 Remove AS for oracle compatibility
0eefa70 2008-09-30 Fix etag! and last_modified! to work as advertised.
0b46503 2008-09-30 Remove unneeded interning.
a78ec93 2008-09-24 Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1
025736d 2008-09-24 Use ActiveSupport::SecureRandom instead of the strange f...
961e2b8 2008-09-22 Changelog entry for manfred's multibyte changes
5f86451 2008-09-22 Bump the Version constants to align with the *next* rele...
2d27b82 2008-09-18 Remove the country_select helper.
4db7e8d 2008-09-16 Update the documentation to reflect the change handling ...
4dae364 2008-09-16 Enhance the test "some string" method to support creatin...
d28c724 2008-09-14 Make sure the permissions check file is closed before be...
095ad69 2008-09-11 Remove the .to_s fix in validates_uniqueness_of, as Char...
1ddde91 2008-09-11 Flesh out the parameterize method to support non-ascii t...
9460d45 2008-09-11 Add missing assert_deprecated calls to prevent spam duri...
0791378 2008-09-09 Interpolation requires double quotes
6e2851d 2008-09-09 Remove the Version check as it's not always available.
ca5ffd1 2008-09-04 Handle connection timeouts with a slightly nicer error m...
2c62baf 2008-09-04 Handle the case where there is no ivar set.
ebfa43c 2008-09-02 Merge rexml-expansion-fix gem into activesupport.
99492ba 2008-08-29 Use a set for the named scope methods not a big regexp.
6769d82 2008-08-29 Fix parentheses warnings
8b6870c 2008-08-28 Prevent deprecation warning in the tests
b7cd4de 2008-08-27 Formally deprecate the old secret key generator
bb557b4 2008-08-26 Be more careful
86bf279 2008-08-26 Re enable CI for postgresql
eb2b81c 2008-08-24 Reverse the priority of the mysql commands in dbconsole
f64bd2c 2008-07-31 Ensure dbconsole includes the -p parameter to mysql as i...
d9452d3 2008-07-29 Remove incomplete non-blocking logger functionality
a24398b 2008-07-29 Guard the logger's internal buffer to prevent major brea...
5bec584 2008-07-20 If it doesn't overflow, it won't have a .start method. ...
006cbb8 2008-07-20 Handle the case where 64bit time_t won't overflow.
24a8ae4 2008-07-15 Try to get more useful errors out of the test_line_offse...
e53f5fe 2008-07-12 Restore support for partial matches in assert_redirected_to
292501c 2008-07-11 Use require_dependency 'application' not require in the ...
6b9f8ad 2008-07-11 Whitespace
4ce9931 2008-07-09 Reenable the use of the Accept header to give people a c...
2f4aaed 2008-07-07 Disable the Accept header by default
c3aaba0 2008-07-04 Simplify the implementation of assert_redirected_to to n...
db58391 2008-07-04 Remove old broken follow_redirect from functional tests....
51e13d5 2008-07-04 Move test related core_ext stuff out of regular core ext...
75e04b5 2008-07-03 Tighten the rescue clause when dealing with invalid inst...
d79cde3 2008-07-03 Move the file exists checks outside write_asset_file_con...
12cf8f3 2008-07-03 Move template_format logic out to the request so it's al...
dc2d754 2008-07-03 Support for custom annotations with rake notes:custom an...
7098143 2008-07-03 Remove unused local_binding option to InstanceTag's Cons...
5dd10d6 2008-07-03 Remove nested ternary operators from select_year in favo...
df36a6f 2008-07-03 Remove unneeded ObjectWrapper class.
efd1806 2008-07-03 Tighten the rescue clause here to prevent hiding strange...
e358b1f 2008-07-03 Remove old method of including javascripts define_javasc...
5501166 2008-07-03 Remove strange alias for JavaScriptHelper
ef21e01 2008-05-31 Remove dead code, and the tests for it.
b9a9b91 2008-05-31 Remove dead code, and the tests for it.
0abf0da 2008-05-31 Don't provide the password with dbconsole unless explici...
6277fd9 2008-05-24 Fix faulty tests introduced in 8d0b4fa39
5b8d0f1 2008-05-22 Mention partial updates in environment.rb to make it eas...
888d505 2008-05-22 Return Partial Updates to be purely opt in to prevent us...
72ed17d 2008-05-17 ignore pkg too
437f918 2008-05-04 Allow custom loggers to work with script/server.
8af98c3 2008-04-28 Revert alias_method_chain exceptions as they broke alias...
6ed9e68 2008-04-12 Allow freezing to specific releases with rake rails:free...
2e74177 2008-04-11 Revert "Ensure that save on child object fails for inval...
5c47ceb 2008-03-26 Typo fix in documentation from [9090] References #11422
5b5d236 2008-02-20 Sort the results to remove platform dependent test failures
44c1693 2008-02-20 Move the eager load nested include tables into schema.rb...
6317363 2008-02-20 Revert to previous mysql-specific assertion, and only ru...
aa088e0 2008-02-20 remove implicit assumption about mysql in the assertion
029fc2f 2008-02-20 Sort test cases to make test runs deterministic
feac845 2008-02-20 Remove disconnect! in test case, it causes segfaults on ...
4eb1413 2008-02-20 Cleanup whitespace and remove keys instead of providing nil
921752c 2008-02-20 Remove reference to 'postgres' user in the connection an...
039f724 2008-02-14 Minor formatting changes
08a4c99 2008-02-13 Remove options from the attributes method, tidy up the i...
d4daf7b 2008-02-11 Fix eager loading with pre-quoted table names. Closes #1...
05707a4 2008-01-30 Make the non inferrable controller message a little frie...
10aa728 2008-01-27 Don't repeatedly add relative_url_root to asset sources....
91de20d 2008-01-22 Add options missing from earlier changeset
37f71a7 2008-01-21 missing changelog for [8683]
76ea495 2008-01-14 Correct docs on caching and all.js
104f31a 2008-01-11 Provide a nicer way to access headers. request.headers[...
e6de958 2008-01-11 * Pass around handler instances, not their classes [Koz]
934706a 2008-01-08 Replace labelled_form_for example with one that will act...
2eaa8e6 2007-12-05 Remove Great Britain from the Country select helper to e...
c01c28c 2007-12-01 Warn users about the race condition in validates_uniquen...
ea59e9d 2007-11-30 use autoeval not autoirb, it's mostly equivalent but doe...
fa86676 2007-11-28 correct confusing comments
6a611e1 2007-11-28 Make sure the optimisation code for routes doesn't get u...
ec93d61 2007-11-21 Make sure that cookie sessions use a secret that is at l...
7d45920 2007-11-21 Make Dynamic Finders on Association Collections Respect ...
0c12d6c 2007-11-20 Ensure that the routing optimisation code isn't used whe...
e1a2f3c 2007-11-19 Remove unnecessary route reload in integration tests, ob...
6d0e5ea 2007-11-17 memoize host with port and refactor the tests which depe...
c07eae4 2007-11-17 Remove unneeded code to disable optimisations. the defi...
d7ff645 2007-11-17 Use debug, not info as log_info will discard the informa...
a75cafb 2007-11-14 Speedup String#blank? and remove some overspecified tests.
696d140 2007-11-14 Only Benchmark and log if we're going to output the info...
5ce6d74 2007-11-14 Fix Tests broken in [8134]
7106dca 2007-11-14 Actually cache the template names.
19d4c21 2007-11-06 Remove unneeded file that was missed by [8098]
8f74527 2007-10-31 Escape table names during calculation queries. [wesley.m...
3c9cd19 2007-10-31 Make fixtures work with the new test subclasses. [tarmo,...
e86d1de 2007-10-29 Add new superclass_delegating_accessors. Similar to cla...
2283524 2007-10-29 Test which fails without [8052] [Koz]
cf9be89 2007-10-26 Make sure default_test is tested for ActiveSupport::Test...
985ee85 2007-10-26 Remove broken require
2cc0cac 2007-10-26 Introduce TestCase subclasses for testing rails applicat...
96557eb 2007-10-25 Remove superfluous code and quote table name. Reference...
17ac677 2007-10-19 typo in test name
3facc85 2007-10-19 Few more tests for Sexy Migrations
637c685 2007-10-19 Forgotten changelog entry
ff4f90c 2007-10-15 Simple changes to bring AWS up to date with view_paths a...
347b911 2007-10-15 Remove seemingly misleading 'faster tests' instructions too
0d0fd21 2007-10-15 Update the instructions for running tests.
52235a7 2007-10-13 Missed post_via_redirect. References #6834
1c881ca 2007-10-10 Ensure that 'autosaving' works when associations aren't ...
8ef4bc6 2007-10-06 Missed the add
4953563 2007-09-29 Ensure request is present, as well as defined. [nzkoz]
9660360 2007-09-28 Re-enable Routing optimisation code for _url methods, ad...
c1bdf02 2007-09-28 Add missing require
7573791 2007-09-22 Disable the routing optimisation code when dealing with ...
39b77ca 2007-09-22 Remove last mentions of AWS from railties
0ba96e0 2007-09-22 Remove the AWS web_service generator
4e0fef4 2007-09-21 Forgotten changelog entry
045aee8 2007-09-21 Prevent clashing named routes when using uncountable res...
7010ee3 2007-09-18 Stop users from calling .create on a has_many / habtm as...
7cb26b5 2007-09-17 Disable optimisation code for UrlWriter as request.host ...
acbec3e 2007-09-17 Ensure that custom mutators aren't redefined by define_a...
bf8a4b0 2007-09-10 Remove broken require
aa36ca1 2007-09-10 Remove acts_as_list. Users are advised to install the n...
80ff0b9 2007-09-09 Optimise named route generation when using positional ar...
fe31f0e 2007-09-07 Add a user_agent to TestRequest
bc41e8a 2007-09-05 Add credit where due. References #8446
0d696f0 2007-09-05 Fix assertion for the mysql default work around committe...
109bf67 2007-09-03 Add missing changelog entry
b18d956 2007-09-02 Ensure QueryCache doesn't try to dup numeric results (do...
35ade47 2007-08-29 Fix incorrectly named instance variable.
45ea329 2007-08-29 Remove commented out test which refers to old code, old ...
bba22ce 2007-08-17 Add missing sentence
d0c83c4 2007-08-14 Fix failing active record store tests
7b64c37 2007-08-14 Add forgotten changelog entry
5b801b5 2007-08-14 Change the implementation of ActiveRecord's attribute re...
55f444e 2007-08-12 Send freshness information when sending Etags. Without ...
303d379 2007-08-10 Ignore processing instructions when parsing html
bb94ce9 2007-08-06 Let inspect on AR classes work when the table doesn't ex...
8b5eb2b 2007-07-19 fix one line formatting bug
45a7903 2007-05-18 Ensure that the BigDecimal assertions aren't run for sql...
ebbe4fb 2007-05-18 Replace the transaction {|transaction|..} semantics with...
a722b48 2007-05-12 Ensure copy table test runs for sqlite and sqlite3. [mis...
67ca922 2007-05-06 Bug fix for the filter implementation
e642368 2007-05-06 Use assert_match instead of String#include? so we can ge...
0c96060 2007-05-03 Change Base#to_xml to take the name for a container elem...
f87db85 2007-03-16 Remove deprecated object transactions. People relying o...
16b4739 2007-03-16 Remove special cases for BigDecimal and SQLite, tests pa...
5bd116c 2007-03-13 Make sure with_scope takes both :select and :joins into ...
62ac327 2007-02-28 Add missing files
203932e 2007-02-27 Add File.atomic_write to prevent users from seeing half ...
89cb34c 2007-02-20 Stop swallowing errors during rake test [Koz]
517bf08 2007-02-04 Fix for DateTime superclass mismatch errors seen on some...
416091d 2007-01-31 Fix missed smtp_session changes to base.rb.
27bb903 2007-01-31 Rename server_settings to smtp_settings, add sendmail_s...
704f2cc 2007-01-21 Improve Test Coverage for raise_delivery_errors. [kevinc...
31fb0de 2007-01-07 Fix no method error with error_messages_on. Closes #693...
58edaaa 2006-12-27 Ensure dynamic finders are anchored to the beginning of ...
c6d4780 2006-12-26 Allow config.to_prepare to work, make the dispatcher saf...
23c2768 2006-12-16 Revert [5720]
f6e85e4 2006-11-27 Merge [5641] to Trunk
02dfb23 2006-11-27 merge 5639 to trunk
e7eae2b 2006-11-02 Interim test task for railties, the existing one fails s...
9236529 2006-10-31 Revert environment changes for autoload_paths
e808315 2006-10-27 Clean up the output of rake stats, de-emphasise compon...
301f721 2006-10-17 Default $KCODE to 'u' to enable the multibyte-safe chars...
83d972e 2006-09-24 Duplicate the hash provided to AR::Base#to_xml to preven...
98a412a 2006-09-17 Add a :namespace option to AR::Base#to_xml [Koz]
b445ab9 2006-09-04 Rename quote to quote_value so the name can be used in A...
7466c11 2006-09-04 Formally deprecate the non-namespaced rake tasks. [Koz]
a7f1586 2006-08-05 Formally deprecate the deprecated finders. [Koz]
6ba4f4c 2006-08-05 Formally deprecate rich associations. [Koz]
d02c07d 2006-07-28 Ensure TestRequest#session always returns a TestSession ...
7692191 2006-07-27 Initial Version of Deprecation for Rails[Koz]
a4f74da 2006-04-03 Fix for depot and other applications with .13 style envi...
9babb20 2006-03-28 to_xml documentation [DHH, Koz]
93f8bd1 2006-03-18 Provide access to the underlying database connection wit...
7fdab44 2006-03-18 Remove broken attempts at handling columns with a a defa...
bf39c39 2006-03-15 Time#xmlschema is only available when you've required 't...
c32fa73 2006-03-15 Unit test fixes for postgresql.
9de8103 2006-03-15 Switch to_xml to use the date formate defined in xml sch...
eccf392 2006-03-15 Correct syntax error in postgresql schema definition
c6abe81 2006-03-14 Add verification to scaffolds (generated and reflection ...
57565b3 2006-03-09 format fix for locking [Michael Koziarski]
4339843 2006-03-09 Added a note to the documentation for the Date related N...
17ff70a 2006-02-28 Make rake load_fixtures work with the new, flexible, fix...
a117d68 2006-02-28 Add more documentation for Reflection. [robby@planetargo...
3cfbb4f 2006-02-26 Add around methods to Logger. Closes #3809
0617051 2006-02-10 Add missing models and fixture
49fad6e 2006-02-07 Add Configuration#after_initialize for specifying a bloc...
e398045 2006-02-01 Fix Syntax problems which were preventing webrick from s...
e389849 2006-01-19 make error_messages_for return "" for nil objects
6258829 2006-01-14 Fix test error caused by operator error with last commit
f41feb3 2006-01-14 Don't alter the Hash passed to attributes=, closes #3385
12e0cb7 2006-01-13 Fix broken autocompleter test.
8edbdfc 2006-01-13 Fix for failing auto complete unit test
543f789 2006-01-13 Fix failing test due to hard coded year
966616d 2005-10-18 unbreak unit tests on windows
9601f96 2005-10-17 attempt to fix #2500
e48055a 2005-10-15 Renaming the deprecated finder test
3b8fce7 2005-10-15 reasoning behind the seemingly duplicated method
518540a 2005-10-15 Add code and message to test response as per #2460
59709d9 2005-10-14 Ensure radio_button works as expected with values other ...
656fb86 2005-10-06 Quote booleans according the rules defined by the adapter
47292cd 2005-09-20 Fixed that Request#domain caused an exception if the dom...
e69924e 2005-07-17 Log if filters return false and halt execution #1735 [Mi...
c206071 2005-07-02 Added a DOCTYPE of HTML transitional to the HTML files g...
2533799 2005-06-18 Added a 'whiny nil' that's aim to ensure that when users...
fbf9281 2004-12-31 Added automated optimistic locking if the field lock_ver...
c80f974 2004-12-14 Added FormHelper#radio_button to work with radio buttons...
554597d 2004-12-08 Added named bind-style variable interpolation #281 [Mich...
3e7d191 2004-12-07 Added bind-style variable interpolation for the conditio...