Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix script/server's default mount path [#2731 state:resolved] | Joshua Peek | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | server command help inconsistency fix [#2685 state:resolved] | anupom syam | 2009-05-27 | 1 | -5/+5 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Supply valid ruby-prof parameters [#1804 state:resolved] | Jacob Kjeldahl | 2009-05-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Fix missing core extension dependencies | Jeremy Kemper | 2009-04-28 | 1 | -1/+0 |
| | |||||
* | Ensure script/plugin doesn't show error message when svn externals are not there | Pratik Naik | 2009-03-18 | 1 | -4/+7 |
| | |||||
* | Remove outdated script/plugin options | Pratik Naik | 2009-03-18 | 1 | -432/+3 |
| | |||||
* | Fixed an incompatibility with Ruby 1.9. | Jeff Schwab | 2009-03-10 | 1 | -1/+2 |
| | | | | | | | | | | | Ruby 1.8 strings are Enumerable, but there is no String#lines method. In Ruby 1.9, the situation is reversed. To work around this disparity, the RailsEnvironment#externals method now explicitly checks whether a String responds_to? :lines. [#2130 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | script/plugin install should remove .gitignore too. [#1306 state:resolved] ↵ | Pratik Naik | 2009-03-06 | 1 | -2/+2 |
| | | | | [Esad Hajdarevic] | ||||
* | Revert "Speed up script/console by launching IRB directly." | Jeremy Kemper | 2009-03-01 | 1 | -10/+11 |
| | | | | | | [#2104 state:open] This reverts commit 3b169cd693f45911ee71e26708fb9267811c8d83. | ||||
* | Speed up script/console by launching IRB directly. | Charles Nutter | 2009-02-28 | 1 | -11/+10 |
| | | | | | | [#2104 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | script/server command can accept --path option to set app's root path [#1156 ↵ | Chris Cherry | 2009-02-05 | 1 | -4/+15 |
| | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Added options to script/dbconsole to sqlite3 console in various different ↵ | Bryan Ray | 2009-01-28 | 1 | -1/+17 |
| | | | | | | modes. [#607 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Remove script/performance/profiler in favour of performance integration tests. | Pratik Naik | 2009-01-18 | 1 | -6/+0 |
| | | | | | | To continue using script/performance/profiler, install the request_profiler plugin : script/plugin install git://github.com/rails/request_profiler.git | ||||
* | Fix script/dbconsole not handling numeric password [#1395 state:resolved] | pfagiani | 2008-12-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com> | ||||
* | Use LogTailer | Jeremy Kemper | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Prefer Rails.logger over RAILS_DEFAULT_LOGGER | Joshua Peek | 2008-12-10 | 1 | -1/+3 |
| | |||||
* | Use full path to environment | Jeremy Kemper | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | opps, inner_app is in the wrong conditional | Joshua Peek | 2008-12-01 | 1 | -1/+1 |
| | |||||
* | Generate rackup dispatcher with rails:update:generate_dispatchers | Joshua Peek | 2008-12-01 | 1 | -9/+11 |
| | |||||
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ↵ | David Heinemeier Hansson | 2008-11-30 | 4 | -493/+0 |
| | | | | irs_process_scripts [DHH] | ||||
* | Move debugger into middleware | Joshua Peek | 2008-11-25 | 1 | -12/+1 |
| | |||||
* | don't try to require vendored rack in script/server | Joshua Peek | 2008-11-25 | 1 | -1/+2 |
| | |||||
* | Switch script/server to use rack processor | Joshua Peek | 2008-11-22 | 5 | -220/+95 |
| | |||||
* | Drop lighttpd support from script/server | Joshua Peek | 2008-11-22 | 2 | -99/+1 |
| | |||||
* | Kill dead "new_mongrel" handler | Joshua Peek | 2008-11-22 | 2 | -18/+2 |
| | |||||
* | Add flush by ensure in script/runner because no flush in production mode ↵ | Cyril Mougel | 2008-11-22 | 1 | -7/+11 |
| | | | | | | [#803 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Add --debugger option to script/console. | miloops | 2008-09-11 | 1 | -0/+13 |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1025 state:committed] | ||||
* | Ruby 1.9 compat: remove instance variables and global variables from block ↵ | Akira Matsuda | 2008-09-09 | 1 | -8/+8 |
| | | | | | | | | parameters [#1000 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ruby 1.9 compat: use String#lines instead of to_a in Ruby 1.9 | Akira Matsuda | 2008-09-09 | 1 | -1/+1 |
| | | | | | | [#1001 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ruby 1.9 compat: remove constants from block parameters | Akira Matsuda | 2008-09-09 | 1 | -2/+2 |
| | | | | | | [#1002 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Merge docrails | Pratik Naik | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Reverse the priority of the mysql commands in dbconsole | Michael Koziarski | 2008-08-24 | 1 | -1/+1 |
| | |||||
* | Added file name information for errors and exceptions in script/runnner | Daniel Rodríguez Troitiño | 2008-08-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby" | Tarmo Tänav | 2008-07-31 | 2 | -4/+4 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 2 | -0/+0 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Ensure dbconsole includes the -p parameter to mysql as intended | Michael Koziarski | 2008-07-31 | 1 | -0/+2 |
| | |||||
* | Make script/plugin work with svn+ssh urls. [#662 state:resolved] | Miles Georgi | 2008-07-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Prefer Mongrel over Thin [#658 state:resolved] | Joshua Peek | 2008-07-19 | 1 | -3/+3 |
| | |||||
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -2/+2 |
| | |||||
* | Make script/plugin install <plugin> -r <revision> option work with git based ↵ | Tim Pope | 2008-07-14 | 1 | -15/+32 |
| | | | | | | plugins. [#257 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved] | Ricardo Santos | 2008-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Added Thin support to script/server. [#488 state:resolved] | Bob Klosinski | 2008-06-25 | 2 | -2/+37 |
| | |||||
* | Allow script/about to run in production mode instead of failing with a ↵ | Cheah Chu Yeow | 2008-06-23 | 1 | -0/+1 |
| | | | | | | cryptic const_missing error. [#370 state:resolved] | ||||
* | Don't provide the password with dbconsole unless explicitly opted in. | Michael Koziarski | 2008-05-31 | 1 | -3/+11 |
| | | | | | | | | Some operating system configurations allow other users to view your process list or environmental variables. This option should not be used on shared hosts. http://dev.mysql.com/doc/refman/5.0/en/password-security.html http://www.postgresql.org/docs/8.3/static/libpq-envars.html | ||||
* | Ensure script/plugin installs ssh/git plugins. [#277 state:resolved] | Tekin Suleyman | 2008-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Show rails version when the server starts. [#235 state:resolved] | Lawrence Pit | 2008-05-22 | 3 | -3/+3 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Add Rails.version. [#236 state:resolved] | Ryan Bates | 2008-05-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | dbconsole should not require a username for postgresql. [#207 state:resolved] | Kyle Hargraves | 2008-05-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Ensure dbconsole respects erb in database.yml. [#157 state:resolved] [Andrew ↵ | Pratik Naik | 2008-05-11 | 1 | -1/+2 |
| | | | | | | Bennett] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Some dbconsole tweaks. [#102 state:resolved] | Jeremy Kemper | 2008-05-07 | 1 | -20/+26 |
| |