summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* New rails stuff redux.shadoi2006-12-141-5/+43
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-34/+2
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-131-23/+14
* Fixing some warningsluke2006-11-101-0/+3
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-4/+14
* Rails stuff part 1shadoi2006-11-091-12/+25
* Switching from calling "up" on the migration directly to using the "migrate" ...luke2006-10-171-2/+14
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* fixing stupid debian rails mistakeluke2006-05-171-11/+12
* Adding code to try for the rails gem if the library cannot be found normally,...luke2006-05-151-2/+19
* failing more intelligently in init if ActiveRecord is missingluke2006-05-151-0/+4
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-7/+18
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-21/+23
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-0/+80