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

#23 Neeraj Singh - All time
Showing 247 commits

All contributors →
Hash Date Message
54c651a 2011-06-13 Remove "is_assed" with something more meaningful
f3c9f32 2011-06-11 remove meaningless assert true
6688b63 2011-06-11 expected message should come first
5da89af 2011-06-11 try not to use assert_blank when nil will would
06d772c 2011-06-10 add missing ensure
fdbe8eb 2011-06-10 replaced and with && as per coding guidelines
49d0329 2011-06-10 The test name is misleading. It says
fa5b34e 2011-06-09 remove unused user_controller from test
277eb05 2011-06-09 class WithSymbolReturningString is not used anywhere in ...
7fff2f9 2011-06-08 Make test meaningful
8f3c9e8 2011-06-08 test name should reflect the name of the method
cbfdd0d 2011-06-08 remove unused class from test
502aaec 2011-04-28 upgrade rack-mount
806e6f8 2011-01-25 render_to_string must ensure that response_body
c1145d9 2011-01-25 If I want to set respond_body to nil then it
b461fe7 2011-01-13 editing comments regarding rescuable optoin in AS callbacks
27d0d4f 2010-12-28 while defining callbacks option :rescuable => true
3c1a0a8 2010-12-21 expand on set_callback method to explain that in
890d005 2010-12-09 Ensure that while caching a page rails takes into
0027b65 2010-12-09 Ensure that while caching a page rails takes into
3ac844d 2010-12-06 Add to documentation that action caching does
3c7a33c 2010-11-30 Rewording existing comment
aa1ac1c 2010-11-30 Add comment for config_accessor method
aa9a322 2010-11-30 Rewording existing comment
9bd2914 2010-11-28 make it clear that recompilation happens only in
fa2a5ae 2010-11-24 If a user wants json output then try best to render json...
66212f6 2010-11-24 If a nested_attribute is being marked for destruction an...
18adbe9 2010-11-24 process text/* if it appears in the middle of
5c9abb6 2010-11-24 processing image/* is an odditity because there is
b52a6ba 2010-11-24 clean up test by using unregister method
e870883 2010-11-24 unregister method implementation and test
c6030e8 2010-11-24 Remove the not needed setup and teardown
8882e65 2010-11-24 No need to return anything
d33dcba 2010-11-23 Do not send id for quoting twice if the primary key is s...
1c68e55 2010-11-22 Revert "unscoped takes care of named_scopes too"
21fd93c 2010-11-22 make test more resilient to future changes by not
794b343 2010-11-22 remove select, collect and then inject with
8154f4b 2010-11-22 Compile regex only once
c5bfc6a 2010-11-22 string include method is 10x faster than creating
cdbbf6f 2010-11-22 move the mime registration code to setup so that
23ea19e 2010-11-22 rename star star to just one star
c9147eb 2010-11-22 cleanup Mime::LOOKUP after registering image/gif
4154c65 2010-11-22 fix test
d04a21b 2010-11-22 declare regex as a constant
b798a59 2010-11-22 test for text/*, application/* and image/*
6f6e754 2010-11-22 implement code that handles text/*, appplication/*,
cbb2651 2010-11-22 add the fixture file
eb6ccc9 2010-11-22 do not assume that there is no space between
f5fba91 2010-11-22 failing test for #6022
61950a4 2010-11-22 current code ignores http header "Accept" if it
7d5b097 2010-11-21 use_accept_header is no longer supported
c8ab399 2010-11-21 unscoped takes care of named_scopes too
69d47a0 2010-11-21 use_accept_header is no longer supported
126fbd7 2010-11-18 unscoped takes care of named_scopes too
9c1993b 2010-11-17 replace and with && as per rails coding convention
f978c4b 2010-11-17 remove the rescue block by returning a not asking Base f...
fe2f168 2010-11-17 fix warning during test execution
7c5c1a0 2010-11-15 if association is already loaded and if a find operation...
793967c 2010-11-11 provide better error message if path is uri [#5914 state...
fbaf3a2 2010-11-11 fields_for should treat ActiveRecord::Relation as an array
f527f90 2010-10-17 no need to check for nil
ea14396 2010-10-17 replace if ! with unless
a38e653 2010-10-16 json_escape makes json invalid doc change [#1485 state:r...
33733d5 2010-09-30 no need to check for nil
0495736 2010-09-30 assert on empty array is always true. fixing test.
396f3a2 2010-09-30 double negative is not good
618407d 2010-09-30 another case of extra nil? check
08a08d9 2010-09-30 no need to check for nil?
8efdffe 2010-09-30 no need of nil check
692f518 2010-09-30 no need to check for nil?
299e9f6 2010-09-29 no need of nil check
3f16103 2010-09-28 performance improvement based on discussion at http://gi...
2525bfc 2010-09-28 backport of #5706 and #5579 to 3-0-stable
e0411f3 2010-09-28 backport of #5705 to 3-0-stable
bfc9868 2010-09-27 Test for after_create callback order in ActiveSupport [#...
72c1e19 2010-09-27 after_create in ActiveModel should in the order specified
4966b91 2010-09-27 Fix for #5579 involved the code change for both has_one ...
7f74323 2010-09-27 Fix for nested_attributes with has_many association fail...
fbd1d30 2010-09-27 Three performance improvements:
097240f 2010-09-24 reject_id option should be respected while using nested_...
48a108d 2010-09-22 Error message should advice to use 'mysql2' gem.
39debfc 2010-09-18 test for #5038
9401fa0 2010-09-18 expanding the test to include both type of order declara...
8ae9136 2010-09-18 remove irrelevant comments
632120d 2010-09-09 return is not needed here
2f66b9a 2010-09-09 remove unnecessary call
d5c57f7 2010-09-09 make apply_modules run faster
91fec0d 2010-09-05 order should always be concatenated.
cacb448 2010-09-01 delegate method should treat :prefix => false same as :p...
67a2b5e 2010-08-31 If certain sections of skip_callback method are commente...
1620f57 2010-08-31 Replacing superclass_delegating_accessoror with class_at...
a64cc69 2010-08-31 Replacing superclass_delegating_accessoror with class_at...
d8db571 2010-08-31 replacing superclass_delegating_accessor with class_attr...
8402488 2010-08-31 adding new test for ActiveModel::Serialization
4e40f00 2010-08-25 minor formatting fixes
747e074 2010-08-24 @user.touch should not fail if User does not have update...
f460de1 2010-08-24 touch operationg if used along with belongs_to will also...
13ebf69 2010-08-23 unscoped does not work when chained with named_scope
87398e5 2010-08-20 Patch for Lighthouse ticket #5419 has been been applied....
2ffa50f 2010-08-20 after_validation should be called irrespective of the re...
c24aa2f 2010-08-20 documentation regarding after_validation
2e45542 2010-08-19 While creating a new record using has_many create method...
7d0b69d 2010-08-18 correcting the documentation which wrongly states that r...
2a4eb69 2010-08-18 fixing typo
8fdecaa 2010-08-14 Ensure we can nest include calls [#5285 state:resolved]
6ed1ba4 2010-08-12 Ensure we can nest include calls [#5285 state:resolved]
cfad74c 2010-08-12 updating documentation for named_scope and default_scope
190e270 2010-08-09 adding more documentation for autosave option
fc01ade 2010-08-06 correcting wrong example
74dde59 2010-08-06 updating documentation for method configure_dependency_f...
d0ac56b 2010-08-06 adding an example of skipping a callback
cdbc880 2010-08-06 adding documentation for OrderedHash and OrderedOptions
86842fd 2010-08-05 fixing typo
cd87cf7 2010-08-05 correcting the documentation that default to false. it d...
5130b0c 2010-08-05 more documentation for class_inheritable_*
589e697 2010-08-04 adding documentation to ActiveSupport::Concern ht:strict...
fb2b8fe 2010-08-03 adding test cases for ActiveModel::Errors
db1c484 2010-08-03 Dynamic finder method like scoped_by_* create methods so...
807239f 2010-08-03 Making Active Record base_test.rb thinner by moving tests
74f7e17 2010-08-03 fixing documentation
db0e3e5 2010-08-02 Correcting the documentation which wrongly states that e...
d3eacf9 2010-08-02 Adding to AR::Base documentation about dynamically scope...
1ce40ca 2010-08-02 ensuring that description does not exceed 100 columns
009aa88 2010-08-02 Eager loading an association should not change the count...
b8d9d9c 2010-08-02 updating documentation to ensure line does not exceed 10...
b29c23a 2010-08-02 ensuring that documentation does not exceed 100 columns
6ac9482 2010-07-31 ensuring that documentation does not exceed 100 columns
69b4012 2010-07-31 adding the missing closing tag
4f63294 2010-07-31 fixing documentation just a little bit
0e20e3e 2010-07-30 returns not returned . fixing documentation for reflection
3c3ff13 2010-07-29 Adding documentation regarding lazy_load_hooks
a506d5a 2010-07-29 updating documentation about lazy hooks in ActiveSupport
e429453 2010-07-29 moving time zone related documentation to timestamp.rb f...
873c5a9 2010-07-29 adding documentation regarding time_zone_aware_attribute...
1a6d762 2010-07-29 expanding on the will_change! method in documentation
627d870 2010-07-29 itsy bitsy changes to documentation
daad445 2010-07-29 itsy bitsy changes to ActionMailer documentation
2df3655 2010-07-29 putting receive method under tt
c2341ee 2010-07-29 superclass_delegating_accessor has been deprecated.
31f8a0c 2010-07-28 adding punctuations
51924d4 2010-07-28 more documentation for update_attribute
dea8bf5 2010-07-28 editing the documentation regarding :race_condition_ttl ...
2d601e4 2010-07-28 editing a sentence
5b10e47 2010-07-28 adding comment specifying that cattr_accessor also suppo...
eb902d6 2010-07-28 clarifying the instance_write option with an example
ff7e17d 2010-07-28 adding some comments to cattr_accessor method
f3b50b1 2010-07-28 updating description of how class_attribute works
4952a80 2010-07-28 adding test for respond_to cache_key and cleaning up the...
7d29627 2010-07-28 test cases for rails_app_version in AS cache.rb
3265af5 2010-07-28 adding more test cases for expand_cache_key
194ec3d 2010-07-28 removing unused variable
e7920a3 2010-07-27 clarifying description for class_attribute method
c9fe3c3 2010-07-27 adding comments to update_attribute method
f3409dc 2010-07-27 polishing comments
d214925 2010-07-27 making comments meaningful by correcting, adding and pru...
b357aed 2010-07-27 making comments have a consistent theme of narrative
a44652b 2010-07-26 No need to check for :uniq
78c8242 2010-07-26 strengthening the test suite for rescue_from
a5bb1f5 2010-07-26 strengthening the rescue_from test suites
082ca51 2010-07-24 bringing consistency in comments
8429e7b 2010-07-23 making comments sentence more concise
46c7a99 2010-07-23 fixing typo
4bf6c1c 2010-07-23 adding proper markup in comments
3416517 2010-07-23 shortening the sentences and removing fluff
8f638d8 2010-07-23 reformatting sentence
5c13793 2010-07-21 expanded comment for update_attribute method
aa2235b 2010-07-21 replacing around with for in the comments for callbacks
659e3b0 2010-07-21 renaming tests by removing proxy_options from names
992711a 2010-07-21 update_attribute should not update readonly attributes
8bb3b63 2010-07-21 Timestamp columns of HABTM join table should record time...
6ba7d5e 2010-07-21 - without the id test is passing even if I change :allow...
f576d7c 2010-07-20 Ensure that primary_keys of HABTM records is not double ...
767de13 2010-07-20 expanded comment for update_attribute method
33c5689 2010-07-19 Exceptions from views should be rescued based on the ori...
d1037a4 2010-07-18 replacing around with for in the comments for callbacks
0fce4ae 2010-07-18 expected value should come first in assert_equal
6caf943 2010-07-18 primary_keys_test reads better than pk_test
b58e1c5 2010-07-18 fixing typo
df6aa8e 2010-07-18 removing extra whitespaces
1f499e6 2010-07-18 fixing the ternary operation where the logic is very con...
99cdea7 2010-07-18 update_attribute and updated_attributes! are now wrapped...
1f2a519 2010-07-16 moving persistence related tests to a new file
c9630d9 2010-07-16 adding proper markup to comment
edb5401 2010-07-13 count method should not take options if it is operated o...
f4fbc2c 2010-07-13 update_attributes and update_attributes! are now wrapped...
b520d60 2010-07-13 string IDs are now quoted correctly [#5064 state:resolved]
1d45ea0 2010-07-13 with this fix touch method - does not call validations -...
44b752b 2010-07-09 expanding on :uniq option in has_many
1e53404 2010-07-08 reset_counter should work with non-traditional belongs_t...
01629d1 2010-07-08 This patch changes update_attribute implementatino so:
690352d 2010-07-08 consolidating updated_at and updated_on
a4f5f05 2010-07-08 removing unused method
723a0bb 2010-07-08 This test never runs and it has never run. Since the day...
f6fa6cf 2010-07-08 clarifying how to create non standard primary key
c1fc59c 2010-07-06 added more info about << operation in associations
d10aaef 2010-07-02 clarifying the comments regarding base_class declaration
dabf74b 2010-06-29 array subtraction should be faster than iterating over a...
e8f88a3 2010-06-29 splitting a really long line into multiple lines which i...
40e87ac 2010-06-28 with_exclusive_scope does not work properly if ARel is p...
0ebb5bf 2010-06-25 Support for multiple selects added
dd5924d 2010-06-25 added to_xml section for controller
a2242a6 2010-06-25 regexp anchors can't be in route constraints
4e8ca7b 2010-06-24 adding missing assertion and fixing the test
0d2cebe 2010-06-24 fixing test by replacing assert with assert_equal
81c5684 2010-06-24 adding middleware test for RAILS_CACHE
0bf3baa 2010-06-23 adding fix for to_xml for ActiveRecord relation object
eb04408 2010-06-23 ActiveRecord's relation object should respond to to_json...
a3ce6fc 2010-06-23 adding column named 'group' to ensure that nothing break...
549b2ad 2010-06-23 fixes to the tests for patch #4909
cc53229 2010-06-23 Fragment cache not generating the proper cache key in log
a9c69f3 2010-06-23 test for #1570
c0fc084 2010-06-22 should be able to run ActiveModel validations_test [#493...
7033be5 2010-06-22 test for #4917
dcfb980 2010-06-22 test for #4862
51739d3 2010-06-19 moving before_validation and after_validation functional...
3cc2d19 2010-06-15 Revert "removing the extra \"
51a9703 2010-06-15 removing the extra \
e4c8bc1 2010-06-14 adding to the :kind documentation for ActiveSupport call...
ed9a183 2010-06-14 clearer documentation of how scope applies to ActiveSupp...
f587dec 2010-06-14 truncate safe method description changes
e574ca9 2010-06-13 render(:inline) in a layout before yield replaces origin...
54437f3 2010-06-11 fixing typo
e11bb95 2010-06-10 Validators should at model level and not at AR:Base leve...
f48aa14 2010-06-09 Better test for ticket [#3914 state:resolved]
db23a95 2010-06-08 cache_sweeper yields blank output
cc45a10 2010-05-21 1.day should respond_to kind_of too
1bc6b43 2010-05-21 Replace assert with assert_equal in some test cases
39a246f 2010-05-19 Final iteration of use better testing methods
b462952 2010-05-19 Use better assertion methods for testing
1c3d2a5 2010-05-19 Updating the doc with the info that class_inheritable_ac...
0ef13af 2010-05-18 expected value should come first in assert_equal
ce20b93 2010-05-18 assert_equal should be used instead of assert
c00f8e4 2010-05-18 assert should be replaced with assert_equal in a particu...
0dab076 2010-05-18 Better error messages for some of ActiveSupport tests
d00afea 2010-05-18 Use assert_equal correctly in actionmailer test (exposin...
73f0e1a 2010-05-18 Use assert_respond_to because it has better error messaging
3570f3e 2010-05-16 Fix broken integration test in 2.x [#4565 state:resolved]
5de2e0d 2010-05-16 better documentation for dependent option [#4564 state:r...
22b020d 2010-05-15 db:drop:all throws error when database does not exist [#...
58adc67 2010-05-15 STI should not ignore type condition while applying scop...
a0621c1 2010-05-14 Better code formatting and proper line numbers for stack...
a003a39 2010-04-30 removing the extra assignment statement [#4432 state:res...
883f27a 2010-04-30 test cases for record.to_xml [#458 state:resolved]
f4d174b 2010-04-29 making rake:migrate VERSION=0 a noop called in successio...
68c96fa 2010-04-29 Fix form builder and form helpers inconsistencies [#4432...
d793d30 2010-04-29 ActionCachingTestController rescues from all exceptions....
580dd3b 2010-04-29 array.to_xml should be able to handle all types of data ...