• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..15-Apr-201344

Alerts.icnsH A D28-Feb-201122.1 KiB

config_installer.rbH A D28-Feb-20112.7 KiB

config_uninstaller.rbH A D28-Feb-20111.3 KiB

English.lproj/H15-Apr-20135

HelpHelper.hH A D28-Feb-2011136

HelpHelper.mH A D28-Feb-2011140

icon.aiH A D28-Feb-2011156.9 KiB

icon.pngH A D28-Feb-20114.2 KiB

Info.plistH A D28-Feb-20111 KiB

LICENSEH A D28-Feb-20111.1 KiB

NOTESH A D28-Feb-2011137

Passenger.xcodeproj/H15-Apr-20133

passenger_pane_config.rbH A D28-Feb-2011366

passenger_pane_config.rb.portsH A D28-Feb-2011379

Passenger_Prefix.pchH A D28-Feb-2011274

PassengerApplication.rbH A D28-Feb-20116.4 KiB

PassengerPref.mH A D28-Feb-2011217

PassengerPref.rbH A D28-Feb-20119.2 KiB

PassengerPref.tiffH A D28-Feb-20114.3 KiB

PassengerPref.xcfH A D28-Feb-20118.3 KiB

RakefileH A D28-Feb-20111 KiB

README.rdocH A D28-Feb-20114.1 KiB

Security.bridgesupportH A D28-Feb-2011231.2 KiB

Security.BridgeSupport-exceptions.xmlH A D28-Feb-2011290

SecurityHelper.hH A D28-Feb-2011388

SecurityHelper.mH A D28-Feb-20111.7 KiB

shared_passenger_behaviour.rbH A D28-Feb-2011884

test/H15-Apr-20139

TODOH A D28-Feb-2011265

README.rdoc

1== PassengerPane
2
3A Mac OS X system preference pane which aids in quickly setting up Rails applications with Phusion Passenger.
4
5Features include:
6* Drag and drop support
7* Managing hostnames without cluttering /etc/hosts
8
9== Requirements
10
11=== PassengerPane
12Obviously required. Version 1.2 http://www.fngtps.com/files/2/2008/12/PassengerPane-1.2.tgz
13
14=== Phusion Passenger
15Also a no brainer. You'll need at least version 2.0.1.
16http://rubyforge.org/frs/?group_id=5873&release_id=23286
17
18=== RubyCocoa
19
20PassengerPane needs at least RubyCocoa 0.13.2, which can be acquired in the following ways:
21* Included on Mac OS X since version 10.5.2
22* Binary installer or source http://sourceforge.net/project/showfiles.php?group_id=44114&package_id=36578
23
24Note that if you wish to use a custom Ruby, not the default Apple Ruby, you will have to install RubyCocoa from source as well.
25See http://rubycocoa.sourceforge.net/GettingStarted for more info on this topic.
26
27=== Apache 2
28
29PassengerPane is designed to work with the default Apache 2 installation supplied by Apple on Mac OS X 10.5.
30
31Included with the archive you'll find a file called "passenger_pane_config.rb.ports",
32this file should be a drop in replacement to work with Apache 2 as installed by MacPorts.
33Replace Passenger.prefPane/Contents/Resources/passenger_pane_config.rb with this file or your own custom config.
34
35== Support
36
37Before creating a bug report, please check that you are using a RubyCocoa
38matching your Ruby installation and have met all other requirements mentioned above.
39
40If the problem persist, or you have a feature request or better yet a patch, you can file a ticket at:
41http://fingertips.lighthouseapp.com/projects/13022
42
43== Changelog
44
45=== v1.2
46
47* Rack support. Thanks to Kematzy for the original suggestion/work.
48* Fixed "issue" people had with the default non-vhost based directory not working anymore. Thanks to "spike" for debugging this.
49* Made the vhost config file extension configurable as well. Patch by Felipe Mathies.
50* Backported RubyCocoa + Ruby 1.8.7 fix. Patch by Grant Hollingworth.
51* Removed the "Allow mod rewrite rules" checkbox, we found it's not worth the UI real estate.
52
53=== v1.1
54
55* Honor custom environments that a user might have set.
56* Fixed problem with restarting Apache. After saving an application Apache should now automatically be restarted. Thanks to Ciarán Walsh.
57* Added support for ServerAlias and add those entries to the hosts db.
58* Reload the applications from disk when the preference pane is brought back to the front.
59  Any changes made to the vhosts from elsewhere will be reflected in the UI.
60* Moved all hardcoded paths into a config module. Added a config for Apache 2 as installed by MacPorts. Thanks to Ciarán Walsh.
61* The host table list was editable. Thanks to Ciarán Walsh.
62* Fixed bugs in parsing custom user defined data in vhosts.
63* Create a tmp dir before touching restart.txt if none exists.
64* Replace underscores with hyphens in hostnames. Thanks to Bryan Liles.
65
66== License
67
68Copyright (c) 2008 Fingertips, http://www.fngtps.com, Eloy Duran <eloy@fngtps.com>, Thijs van der Vossen <thijs@fngtps.com>
69
70Permission is hereby granted, free of charge, to any person obtaining a copy
71of this software and associated documentation files (the "Software"), to deal
72in the Software without restriction, including without limitation the rights
73to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74copies of the Software, and to permit persons to whom the Software is
75furnished to do so, subject to the following conditions:
76
77The above copyright notice and this permission notice shall be included in
78all copies or substantial portions of the Software.
79
80THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
86THE SOFTWARE.