summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed #6555 - Fixed two more when then colon issuesJames Turnbull2011-03-221-1/+1
* Fix for #2568 -- Add a dbconnections option to set AR pool sizeMarkus Roberts2010-11-101-0/+2
* Maint. Removing code for which no CLA has been signedMarkus Roberts2010-11-101-6/+0
* (#4763) Don't call a method that was removed in Rails 3 activerecordMatt Robinson2010-09-221-3/+3
* Fixed #4763 - Hardcoded ActiveRecord versionJames Turnbull2010-09-221-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-111/+111
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-3/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-27/+9
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+5
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+6
* [#3582] Remove assumption that Puppet.settings would return values of a consi...Jesse Wolfe2010-07-091-8/+8
* feature #2276 Single Executable: use new names for settings sectionsJesse Wolfe2010-02-171-2/+2
* Fixes #3582 - Adds dbport configuration option for specifying database portJames Turnbull2010-02-171-0/+1
* Merge branch '0.25.x'James Turnbull2010-01-131-2/+5
|\
| * Fix #2816 MySQL server has gone awayJesse Wolfe2009-12-201-0/+1
| * Fix #2808 puppetqd doesn't give an error when no config is givenJesse Wolfe2009-12-171-2/+4
* | Merge branch '0.25.x'Luke Kanies2009-12-211-0/+4
|\|
| * Fixing #2764 ActiveRecord 2.1 supportJesse Wolfe2009-11-171-0/+4
* | Fixed #2568 - Add database option 'dbconnections'Richard Soderberg2009-11-201-4/+10
* | Patch to address feature #2571 to add Oracle support to PuppetAvi Miller2009-10-241-0/+4
|/
* Removed extra whitespace from end of linesIan Taylor2009-06-061-6/+6
* Removing deprecated concurrency setting usage in railsLuke Kanies2009-04-241-1/+0
* Adding a Rails-specific benchmarking moduleLuke Kanies2009-04-221-0/+1
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* * Tweaks for puppetshow UI cleanupBlake Barnett2008-02-281-0/+4
* Implementing the test for setting the RailsLuke Kanies2007-11-241-22/+23
* Merge commit 'danp/rails_socket_and_tests'Luke Kanies2007-11-241-4/+8
|\
| * mock all use of Puppet[] in Puppet::Rails.database_argumentsDan Peterson2007-11-231-4/+8
| * fix socket argument to AR and add rails specDan Peterson2007-11-231-1/+1
* | Adding patch 20070913032546-6856b-0de200e8450920e7f712c54bf287ae43c7fda8af.pa...Luke Kanies2007-11-231-1/+1
* | Adding patch 20070913003810-6856b-cdc8b2e8c6c46eb8d6d073f86291a0fc5a59f429.pa...Luke Kanies2007-11-231-2/+2
|/
* Accepting a modified form of the patch from #885 by immerda.Luke Kanies2007-11-231-0/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-2/+2
* Fixing #710 -- you can now specify the rails_loglevelluke2007-07-091-1/+8
* fixing the appdmg provider to load the package provider base class, and tryin...luke2007-06-181-8/+1
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-27/+3
* Adding a migration to create indexesluke2007-03-211-0/+2
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-18/+22
* I believe this fixes the issues in ticket #469shadoi2007-02-211-0/+1
* Fixing the default dbadapter back to sqlite3luke2007-02-171-1/+1
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-151-1/+1
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-031-0/+1
* Adding postgres as a dbadapter optionluke2007-01-021-1/+3
* Removing debuggingluke2006-12-291-1/+1
* A couple of small bug-fixesluke2006-12-281-4/+0
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-191-74/+69
* Fix up a problem with initialising an sqlite3 data store, presumably only wit...mpalmer2006-12-181-1/+1
* Some rails modificationsluke2006-12-151-5/+5