Ruby on Rails
Go to file
Justin George 109d3ee38d Make notifications go off even when an error is raised, so that we capture the underlying performance data [#4505 state:resolved]
This is important when trying to keep track of many layers of interrelated calls

i.e.:

ActiveRecord::Base.transaction do
  MyModel.find(1) #ActiveRecord::NotFound
end # should capture the full time until the error propagation

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-02 22:45:53 +02:00
actionmailer Adding ability for the procs to be called within the instance, allows you to pass results from instance methods to the mail header 2010-05-02 11:56:08 +02:00
actionpack Speed up I18n helpers in views and add entry to CHANGELOG. 2010-05-01 22:38:57 +02:00
activemodel Use %{} syntax in I18n (faster) instead of {{}}. 2010-05-01 12:54:52 +02:00
activerecord AR: fixed postgres fixture tests [#4519 state:resolved] 2010-05-01 18:53:07 -07:00
activeresource Update CHANGELOG for include_root_in_json. 2010-04-26 15:21:04 -07:00
activesupport Make notifications go off even when an error is raised, so that we capture the underlying performance data [#4505 state:resolved] 2010-05-02 22:45:53 +02:00
bin
ci
doc/template
railties Merge commit 'rails/master' 2010-05-01 02:23:47 -07:00
tools
.gitignore
Gemfile Bundle json and yajl-ruby gems for AS::JSON testing 2010-04-28 09:02:45 -07:00
RAILS_VERSION
Rakefile
load_paths.rb
rails.gemspec
release.rb
version.rb