Every repository with this icon (
Every repository with this icon (
Home
NOTE: If the wiki contains incorrect information or is missing something feel free to make the appropriate changes or create a ticket about it so I can fix it.
Overview
Ray is just a rake file with some tasks that simplify the installation, disabling, enabling, uninstallation and searching of Radiant extensions. Although Ray relies on GitHub (as the extension host) it does not rely on the git command line tools; if you don’t have git installed then the Ruby Open-URI library is used to download compressed archives.
In other words, you need at least git or tar installed in addition to the normal Radiant stack; Windows users probably need one of those “unixy” environment things since Ray does occasionally call out to system tools (I really don’t know about Windows though). Ray only supports the git SCM; although I’d happily accept a patch that used @git@’s tools to access CVS, SVN or whatever else it can handle. If you need to install extensions from other sources, such as Subversion, you should use Radiant’s built-in script/extension install command which can handle a wide variety of installation types.
Table of contents
Authors
- john muhl
- Michael Kessler
- Arik Jones
- Benny Degezelle
MIT License
Copyright © 2008, 2009 john muhl
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







