Search results (1 - 10 of 17)
- #6091: Application Error message when submitted form variable names imply ...
- Rails gives an Application Error screen without any useful debug information in the log when a form of the following pattern is submitted to any controller: {{{ <form action="http://localhost:3000/admin/users"> <input type="hidd ...
- — 09/07/06 18:47:47
- #2754: [PATCH] Give plugins and engines the ability to specify alternate base ...
- This patch adds a LOAD_PATH-like behavior for template files by providing a facility for searching the file system for alternate base_paths in ActionView::Base. It's becoming more common for certain applications or plugins to specify an ...
- — 11/06/05 05:13:10
- [2748]: Added :offset and :limit to the kinds of options that Base.constrain can ...
- ... constrain can use (closes #2466) [duane.johnson@gmail.com]
- — 10/26/05 13:20:02
- #2466: [PATCH] Add limit and offset to new scope_constraints
- This patch adds :limit and :offset to the new scope_constraints within ActiveRecord::Base. This will be helpful in re-building the paginate method (or creating a plugin to do the job).
- — 10/14/05 01:54:09
- #2433: "Not Found" error should tell the full story--it's actually a session ...
- As has been discovered elsewhere, changing the database without deleting ruby_sess.* files in /tmp can cause a Session Restore Error. This is understandable behavior. However, in such a situation, there is no indication that a SRE is the ...
- — 10/11/05 10:39:40
- #1911: [PATCH] flexible fixtures
- At present, the only way to easily load a fixture in to a TestUnit is with the "fixtures" class method. While convenient, this method assumes several things about your tests that may not be true; for example, that you have only one set of ...
- — 08/05/05 11:54:39
- #1822: [PATCH] Process erb directives in the database.yml file just like the ...
- This change will allow users to have erb code in their database.yml such as the following: {{{ development: adapter: mysql database: <%= SITE %>_dev host: localhost username: root }}} The example above is particularly u ...
- — 07/24/05 01:54:06
- #1818: [RESEARCH] Change the schema_info's "version" field to a float instead of ...
- In order to allow for migrations in the hierarchical structure of a "productized" Rails application (see http://article.gmane.org/gmane.comp.lang.ruby.rails/14513) there needs to be room for a major/minor version number of the DB schema. ...
- — 07/23/05 20:25:18
- [1459]: Added option to pass in parameters to CaptureHelper#capture, so you can ...
- ... so you can create more advanced view helper methods #1466 [duane.johnson@gmail.com]
- — 06/21/05 06:43:14
- #1466: [PATCH] Allow the 'capture' method to optionally pass arguments to its ...
- == Summary == Adds *args to the capture method so that erb blocks in the view can be passed parameters. == Details == The capture method, in addition to being used in the view, can be used in a helper method to simplify some layout ta ...
- — 06/20/05 10:08:04
Note: See TracSearch for help on searching.