1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Yehuda Katz 27adcd1c1a Clean up ActionView some:
* Call _evaluate_assigns_and_ivars at the two entry points so we don't have to
    do a check at every render.
  * Make template.render viable without having to go through a wrapper method
  * Remove old TemplateHandler#render(template, local_assigns) path so we don't have
    to set self.template every time we render a template.
  * Move Template rescuing code to Template#render so it gets caught every time.
  * Pull in some tests from Pratik that test render @object in ActionView
2009-08-15 12:32:01 -07:00
actionmailer Get rid of parenthesize argument warnings 2009-08-09 16:00:53 +01:00
actionpack Clean up ActionView some: 2009-08-15 12:32:01 -07:00
activemodel Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
activerecord Break up concerns for choosing what attributes should be serialized and the actual serializer 2009-08-13 22:27:36 -05:00
activeresource Fix ActiveResource load test for 64bit machines [#3051 state:resolved] 2009-08-15 20:29:37 +01:00
activesupport Skip isolation test tests when using MiniTest 2009-08-15 12:28:09 -07:00
ci make mysql and postgresql rebuild databases on every CI build, to prevent breakages such as collation and character set changing 2009-08-12 00:11:16 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Use less strict rules in generators lookup, so people can lay their generators wherever they want. 2009-08-10 18:29:20 +02:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore .gitignore activesupport/test/fixtures/isolation_test 2009-08-09 18:18:47 +01:00
.gitmodules Remove submodule 2009-08-11 23:44:44 -07:00
pushgems.rb
Rakefile Vendorized Thor. 2009-07-13 23:13:48 +02:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00