| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
which has been deprecated in Prototype 1.6.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[#721 state:resolved]
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
threaded environments
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to controller processing.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
bit to try to make immutable.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
assorted details in request.rb
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
minor touches
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
rdoc is v2.1)
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
intro. This must have been copy/pasted from active_record/base.rb so link there instead.
|
| |\| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
actionpack/lib/action_controller/response.rb
actionpack/lib/action_controller/test_case.rb
actionpack/lib/action_controller/url_rewriter.rb
activerecord/lib/active_record/associations.rb
activesupport/lib/active_support/core_ext/time/conversions.rb
railties/doc/guides/creating_plugins/acts_as_yaffle.txt
railties/doc/guides/creating_plugins/creating_plugins.txt
railties/doc/guides/creating_plugins/migration_generator.txt
railties/doc/guides/creating_plugins/odds_and_ends.txt
railties/doc/guides/creating_plugins/preparation.txt
railties/doc/guides/creating_plugins/string_to_squawk.txt
railties/doc/guides/creating_plugins/view_helper.txt
railties/doc/guides/securing_rails_applications/creating_records_directly_from_form_parameters.txt
railties/doc/guides/testing_rails_applications/testing_rails_applications.txt
|
| | | | | | | |
|
| |\| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
actionpack/lib/action_controller/cookies.rb
actionpack/lib/action_controller/streaming.rb
actionpack/lib/action_controller/test_case.rb
actionpack/lib/action_view/base.rb
actionpack/lib/action_view/helpers/date_helper.rb
actionpack/lib/action_view/helpers/debug_helper.rb
actionpack/lib/action_view/helpers/form_options_helper.rb
actionpack/lib/action_view/helpers/javascript_helper.rb
activerecord/lib/active_record/associations.rb
activerecord/lib/active_record/validations.rb
activeresource/README
activesupport/lib/active_support/core_ext/hash/reverse_merge.rb
activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/data_timezone_info.rb
activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone.rb
railties/doc/guides/actionview/helpers.markdown
railties/doc/guides/actionview/partials.markdown
railties/doc/guides/activerecord/basics.markdown
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
to accept options hash [#705 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ActiveRecord::Base.establish_connection"
This reverts commit 8b858782fa693e89a47fc3dd5ae38d842ede6d04.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[#676 state:resolved]
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ENV['RAILS_RELATIVE_URL_ROOT']
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
their view paths
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
HTTP header. It can now be set in your configuration environment with config.action_controller.relative_url_root
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
after initialization
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
same type [#673 state:resolved]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
duration
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ActiveRecord::Base.establish_connection
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
account. [#671 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
app/controllers, and app/helpers
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
second assertion either
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
disable it
|