Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #3832 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] XAMPP integration

Reported by: elliot@townx.org Assigned to: rails@bitsweat.net
Priority: normal Milestone:
Component: Railties Version: 1.0.0
Severity: minor Keywords: risky
Cc:

Description

It would be useful if Rails came out of the box with support for the XAMPP MySQL socket location. Patch against svn trunk attached.

Attachments

xampp_socket.patch (0.8 kB) - added by elliot at townx.org on 02/14/06 10:20:22.
Adds XAMPP socket location to app_generator.rb

Change History

02/14/06 10:20:22 changed by elliot at townx.org

  • attachment xampp_socket.patch added.

Adds XAMPP socket location to app_generator.rb

02/19/06 04:12:45 changed by david

  • owner changed from David to rails@bitsweat.net.
  • milestone deleted.

I wonder how many of these paths we should have in there.

02/19/06 09:42:10 changed by elliot@townx.org

Granted, there are a few already. But presumably they only add overhead when generating the Rails app. in the first place. It might be worth including this one as Instant Rails is moving to XAMPP, and at present XAMPP on Linux is fixed in the /opt/lampp directory (so the socket stays in one place). Might help a lot of users.

02/20/06 03:08:17 changed by david

  • keywords set to risky.

05/12/06 04:06:44 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [4336]) The app generator detects the XAMPP package's MySQL socket location. Closes #3832.