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
/
activerecord
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-8
/
+8
*
Rely on a public contract between railties instead of accessing railtie metho...
José Valim
2011-11-23
1
-4
/
+2
*
Fixed session ID fixation for ActiveRecord::SessionStore
Joseph Wong
2011-07-12
1
-0
/
+31
*
provide a more explicit message when using url_for with nil
Damien Mathieu
2011-07-02
1
-0
/
+8
*
Take into account time spent in AR even if a redirect occurs or if it is afte...
Frederick Cheung
2011-05-23
1
-0
/
+26
*
Reset ActiveRecord::LogSubscriber runtime at the start of each request
Tom Ward
2011-05-14
1
-0
/
+13
*
Escape regex in controller_runtime_test to actually check that the ActiveReco...
Tom Ward
2011-05-14
1
-1
/
+1
*
minor cleaning
Vishnu Atrai
2011-05-10
1
-1
/
+1
*
Replace rudimentary named_scope with scope. [#6052 state:resolved]
Pavel Gorbokon
2010-12-15
1
-3
/
+3
*
Ensure calling reset session twice does not raise errors.
José Valim
2010-11-20
1
-0
/
+12
*
Allow AR Session Store to be renewed
José Valim
2010-11-11
1
-0
/
+20
*
in regexps, the dot in a character class is not a metacharacter
Xavier Noria
2010-10-15
1
-1
/
+1
*
Remove duplicated class test. copy/paste fail?
Emilio Tagua
2010-09-28
1
-32
/
+0
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
1
-2
/
+2
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
2
-10
/
+10
*
Use new ActiveModel::Naming.route_key in polymorphic_routes
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Add possibility to explicitly call engine's routes through polymorphic_routes...
Piotr Sarnacki
2010-09-03
1
-0
/
+8
*
Added more tests for polymorphic_url with namespaced models and implemented m...
Piotr Sarnacki
2010-09-03
1
-0
/
+56
*
Deprecate the old router DSL. Since it is still used intensively across Actio...
José Valim
2010-06-28
1
-15
/
+15
*
Make sure that Rails doesn't resent session_id cookie over and over again if ...
Prem Sichanugrist
2010-06-25
1
-0
/
+12
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-5
/
+5
*
Sessions should not be created until written to and session data should be de...
Michael Lovitt
2010-06-23
1
-2
/
+33
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
1
-0
/
+1
*
Cut the fat and make session stores rely on request.cookie_jar and change set...
José Valim
2010-05-18
1
-1
/
+7
*
Consistent routing language
Joshua Peek
2010-03-30
1
-82
/
+82
*
Fix failing Action Pack tests
Carlhuda
2010-03-02
1
-1
/
+1
*
Stop setting UrlFor using SharedTestHelpers
Carlhuda
2010-02-26
1
-1
/
+1
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
1
-3
/
+3
*
Fix all of AP's tests with the non global router
Carlhuda
2010-02-25
1
-3
/
+3
*
Revert "Fix test load paths for those not using bundler"
Carlhuda
2010-02-23
1
-5
/
+2
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-3
/
+3
*
Merge master.
José Valim
2010-02-17
1
-2
/
+5
|
\
|
*
Fix test load paths for those not using bundler
Joshua Peek
2010-02-15
1
-3
/
+6
*
|
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-8
/
+8
|
/
*
Default to sync instrumentation.
José Valim
2010-01-21
1
-15
/
+4
*
Move parameters to the top on logging.
José Valim
2010-01-19
1
-2
/
+2
*
Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.
José Valim
2010-01-17
1
-2
/
+2
*
Tidy up ActiveRecord and Views runtime information on process action logger.
José Valim
2010-01-14
1
-2
/
+2
*
ControllerRuntime tests also use Rails::Subscriber::TestHelper.
José Valim
2010-01-13
1
-17
/
+32
*
From now on, parameters defined in default_url_options can be absent from nam...
José Valim
2010-01-07
1
-1
/
+1
*
Ensure no notification is on the queue before running notifications related t...
José Valim
2010-01-03
1
-0
/
+2
*
Use namespaces in notifications.
José Valim
2010-01-03
1
-4
/
+1
*
Fix controller runtime test
Jeremy Kemper
2009-12-30
1
-2
/
+2
*
Kick AR logging back to life and move ControllerRuntime inside ActiveRecord::...
José Valim
2009-12-30
1
-0
/
+39
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
1
-1
/
+1
*
Make polymorphic_url work with symbols again and refactor it [#1384 status:re...
José Valim
2009-10-28
1
-8
/
+6
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-1
/
+0
*
Allow integration test rack app to be set with "@app" ivar instead of using o...
Joshua Peek
2009-09-26
1
-8
/
+5
*
Clean up session integration tests so they don't reference AC::Dispatcher
Joshua Peek
2009-09-26
1
-21
/
+6
[next]