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
/
actionpack
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed failing tests
Stefan Penner
2010-01-27
2
-363
/
+15
*
Implemented a fuller stub in AjaxTestCase for url_for because link_to calls u...
Bob Remeika
2010-01-27
1
-3
/
+10
*
Added observe_form
Bob Remeika
2010-01-27
1
-8
/
+15
*
Added submit_to_remote helper
Bob Remeika
2010-01-27
1
-1
/
+11
*
Removed duplication
Bob Remeika
2010-01-27
1
-0
/
+12
*
Changed data-name to data-observed on observe_field
Bob Remeika
2010-01-27
1
-7
/
+7
*
Refactored ajax helpers so they use a little bit more coherent pattern; Remov...
Bob Remeika
2010-01-27
1
-35
/
+46
*
Applied Yehuda's patch; Sharing extract_object_name_for_form! between form_he...
Bob Remeika
2010-01-27
1
-19
/
+31
*
Changed observe_field to field_observer
Bob Remeika
2010-01-27
1
-1
/
+1
*
Changed data-rails-type to data-js-type
Bob Remeika
2010-01-27
1
-1
/
+1
*
Changed data-remote='true' to data-js-type='remote'
Bob Remeika
2010-01-27
1
-17
/
+28
*
remote_form_for tests pass
Bob Remeika
2010-01-27
1
-10
/
+93
*
Took first stab at reimplementing form_remote_tag helpers
Bob Remeika
2010-01-27
1
-0
/
+123
*
Added assert_data_element_json test helper for data element helpers
Bob Remeika
2010-01-27
1
-16
/
+28
*
Took another stab at observe_field. Now implementing data only helpers as sc...
Bob Remeika
2010-01-27
1
-23
/
+28
*
Changed the observe field node into a div with display:none
Bob Remeika
2010-01-27
1
-8
/
+12
*
ObserveFieldTest uses url_for from AjaxTestCase
Bob Remeika
2010-01-27
1
-1
/
+51
*
fixed failing tests
Stefan Penner
2010-01-27
2
-18
/
+118
*
Implemented a fuller stub in AjaxTestCase for url_for because link_to calls u...
Bob Remeika
2010-01-27
1
-9
/
+28
*
Added the beginnings of the observe_field helper
Bob Remeika
2010-01-27
1
-0
/
+55
*
Merge remote branch 'fxn/master'
Jeremy Kemper
2010-01-26
1
-1
/
+0
|
\
|
*
deletes no void files removal.rb and class_test.rb
Xavier Noria
2010-01-26
1
-1
/
+0
*
|
Fix t('.helper').
José Valim
2010-01-26
3
-15
/
+17
*
|
Bring layouts with proc back alive.
José Valim
2010-01-26
1
-1
/
+15
*
|
Merge remote branch 'mikel/master'
José Valim
2010-01-26
1
-0
/
+57
|
\
\
|
*
|
Merge branch 'master' of git://github.com/rails/rails
José Valim and Mikel Lindsaar
2010-01-25
4
-7
/
+11
|
|
\
|
|
*
|
Added AbstractController::Collector.
José Valim and Mikel Lindsaar
2010-01-23
1
-0
/
+57
*
|
|
Ensure root routes inside optional scopes works as expected.
José Valim
2010-01-26
1
-7
/
+14
*
|
|
Add a deprecation for helpers_dir.
José Valim
2010-01-25
1
-2
/
+13
*
|
|
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-0
/
+6
|
|
/
|
/
|
*
|
Fix failing tests after merge.
José Valim
2010-01-24
4
-7
/
+11
|
/
*
Ensure strings given to render with slash are rendered relative to the config...
José Valim
2010-01-22
1
-5
/
+30
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
3
-32
/
+33
*
Default to sync instrumentation.
José Valim
2010-01-21
4
-152
/
+9
*
Add shortcut test to abstract/render_test.rb
José Valim
2010-01-21
1
-0
/
+9
*
Tidy up new filter_parameters implementation.
José Valim
2010-01-21
2
-14
/
+46
*
Add deprecation warning for calling filter_parameter_logging ActionController...
Prem Sichanugrist
2010-01-21
1
-51
/
+0
*
Move filter_parameter_logging logic out of the controller and create ActionDi...
Prem Sichanugrist
2010-01-21
1
-0
/
+34
*
Move ActionController::Translation to AbstractController::Translation.
José Valim
2010-01-20
1
-0
/
+0
*
Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...
Yehuda Katz
2010-01-19
1
-1
/
+1
*
Disable ShowExceptions during integration tests
Joshua Peek
2010-01-19
3
-13
/
+13
*
Move parameters to the top on logging.
José Valim
2010-01-19
2
-26
/
+32
*
Fix failing test.
José Valim
2010-01-19
1
-2
/
+2
*
Do not send rack.input or any other rack information to AD listeners.
José Valim
2010-01-19
1
-3
/
+2
*
Missing rename from named_scope to scope [#3735 status:resolved]
Damien Mathieu
2010-01-18
1
-1
/
+1
*
Clear out AS callback method pollution in AC::Base.action_methods
Joshua Peek
2010-01-17
1
-1
/
+27
*
Accessing nonexistant cookies through the signed jar should not raise an
Joshua Peek
2010-01-17
1
-0
/
+5
*
Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved]
Sam Elliott and Santiago Pastorino
2010-01-17
1
-1
/
+1
*
Make local_request? to returns true when facing ::1 IPv6 address [#3257 statu...
Prem Sichanugrist
2010-01-17
1
-10
/
+12
*
Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.
José Valim
2010-01-17
4
-99
/
+128
[next]