aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/console_with_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* simplify console with helpersJoshua Peek2008-11-231-21/+2
|
* Fix script/consolePratik Naik2008-11-181-2/+0
|
* Use require_dependency 'application' not require in the console bootstraps ↵Michael Koziarski2008-07-111-1/+1
| | | | to avoid requiring application.rb twice
* Extend the console +helper+ method to allow you to include custom helpers. ↵Michael Koziarski2007-10-071-2/+5
| | | | | | Closes #6781 [Chris Wanstrath] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7765 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Don't polute the top level namespace in the console with ActionView helpers. ↵Marcel Molina2006-03-231-2/+10
| | | | | | Make them available from a helper method. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4019 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-211-0/+15
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4008 5ecf4fe2-1ee6-0310-87b1-e25e094e27de