rake
hake 1.2
Free and open source make tool written in Haskell more>> Free and open source make tool written in Haskell
Hake is for Haskell just like rake is Ruby and Hakefile is like rakes Rakefile, and makes Makefile.
Hakefile is just Haskell source code, then you can use all Haskell features.
System requirements:
- GHC
MultiRails 0.0.4
Allows developers to test their Rails plug-ins or apps against many versions of Rails in one sweep more>> Allows developers to test their Rails plug-ins or apps against many versions of Rails in one sweep
MultiRails is an open source development tool that will enable Rails developers to easily test gems and plugins against multiple versions of Rails.
MultiRails Integrates with your continuous integration easily with a Rake task to test against many versions.
Main features:>
- easily test plugins/extensions using a require from your test_helper.rb and a require in your RakeFile
- rake tasks to test against a specified version of Rails, the latest version, or all versions
- tentative support for testing plain Rails apps against multiple versions of Rails
- uses rubygems for version management of Rails
Enhancements:
- change the all task so that the build will run through all rails versions, even if one of them fails, but at the end the failing versions are printed and we abort. Thanks to Evan Weaver for initial patch and idea.
- display the rails gem from the load path as a sanity check right after we gem/require
- add autotest rails plugin discovery, so I can use autotest to test multi_rails
- various rake tweaks to make release easier and more automated
Ultrasphinx 1.11
Ruby on Rails configurator and client to the Sphinx full text search engine more>> Ruby on Rails configurator and client to the Sphinx full text search engine
Ultrasphinx is the most stable and fastest Rails fulltext search solution.
Main features:>
- searching and ranking across multiple models
- delta index support
- excerpt highlighting
- Google-style query parser
- spellcheck
- faceting on text, date, and numeric fields
- field weighting, merging, and aliasing
- geodistance
- belongs_to and has_many includes
- drop-in compatibility with will_paginate
- drop-in compatibility with Interlock
- multiple deployment environments
- comprehensive Rake tasks
System requirements:
- MySQL 5.0, or PostgreSQL 8.2
- Sphinx 0.9.8-rc2
- Rails 2.0.2
Version restrictions:
- * MySQL 5.0, or PostgreSQL 8.2
- * Sphinx 0.9.8-rc2
- * Rails 2.0.2
BitNami Ruby Stack 1.4 Beta 0 / 1.2-0
A full-stack MVC framework for database-backed web applications. more>> A full-stack MVC framework for database-backed web applications.
Ruby on Rails is a full-stack MVC framework for database-backed web applications that is optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.
The BitNami RubyStack is an installer that greatly simplifies the installation of Ruby on Rails and its runtime dependencies. It includes ready-to-run versions of Ruby, Rails, MySQL and Subversion. Using RubyStack is free of charge under the Apache 2.0 license and has been packaged with BitRocks multiplatform installer.
Main features:>
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy as possible to install open source software. Our installers completely automate the process of installing and configuring all of the software included in each Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on your system. For example, you can upgrade your systems MySQL or Apache without fear of breaking your BitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stack will be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to have multiple instances of the same stack, without them interfering with each other.
System requirements:
- Intel x86 or compatible processor
- Minimum of 512 MB RAM
- Minimum of 150 MB hard drive space
- TCP/IP protocol support
Enhancements:
- Support for BitNami Modules
- Updated gem actionmailer to 2.1.1
- Updated gem actionpack to 2.1.1
- Updated gem activerecord to 2.1.1
- Updated gem activeresource to 2.1.1
- Updated gem activesupport to 2.1.1
- Updated gem beanstalk-client to 1.0.2
- Updated gem capistrano to 2.5.0
- Updated gem eventmachine to 0.12.0
- Updated gem fastthread to 1.0.1 (mswin32)
- Updated gem fiveruns_tuneup to 0.8.15
- Updated gem gem_plugin to 0.2
- Updated gem god to 0.7.8
- Updated gem gruff to 0.3.4
- Updated gem hoe to 1.7.0
- Updated gem hpricot to 0.6.161
- Updated gem mongrel to 1.1.5
- Updated gem mongrel to 1.1.5 (mswin32)
- Updated gem net-scp to 1.0.1
- Updated gem net-sftp to 2.0.1
- Updated gem net-ssh to 2.0.4
- Updated gem rack to 0.4.0
- Updated gem rails to 2.1.1
- Updated gem rake to 0.8.2
- Updated gem RedCloth to 4.0.3
- Updated gem rmagick to 2.6.0
- Updated gem thin to 0.8.2
nVentory 0.8
A Ruby on Rails application to manage inventory in multiple datacenters nVentory will allow you to manage server racking, functionality assignment, customer/server assignment, and more more>> A Ruby on Rails application to manage inventory in multiple datacenters
nVentory will allow you to manage server racking, functionality assignment, customer/server assignment, and more.
You will also be able to track which servers are doing what, and where they are in your datacenters.
nVentory is a free and open source hardware and configuration inventory manager with a snazzy web UI, REST/XML web services API, and command-line client which can be used to define configurations in other tools and processes (such as software builds, cfengine/puppet/etch configuration, Nagios configuration etc).
Main features:
- Web based management interface, with AJAX elements, written in Ruby on Rails
- REST/XML web services interface, Perl and Ruby client libraries, Perl and Ruby CLI clients
- Hierarchical node grouping system allowing you to represent the various ways in which your machines group together based on services, owners, environments, or any other grouping relevant to your environment
- Visualization of rack space, showing used space and free space
System requirements:
- # Working Ruby on Rails setup, supported database.
- # Knowledge of how to deploy Rails applications (Rake/Capistrano)
dokkit 0.5.0
Open source document generator that can help you create static websites more>> Open source document generator that can help you create static websites
dokkit is a document generator written in Ruby that is suitable for static websites generation too.
dokkit uses formatters like deplate and maruku to generate documents in a large variety of output formats.
dokkit aims to be modular and extensible: you can easily add new helpers, formatters, and document classes.
With dokkit you can:
- generate static websites
- generate many types of documents in many formats (html, tex, plain text, etc.)
- write your documents using a simple wiki syntax and get high quality output
- generate different output formats from the same source document
- use models to quickly generate the documents you want (static websites, reports, howtos, guides, presentations, etc.)
- simply derive new documentation models from the existing ones
- simply modify existing models to fit your needs
Main features:
- a smart building system based on rake
- a templating system based on ERB
- a flexible configuration system based on YAML that supports shared configuration files and in header configuration
- an extensible formatting system that uses deplate and maruku as built-in filters
- convention over configuration: for example, you dont need to give a layout name to use if a layout with the same name of the processed document is found in doc/layouts folder
- support for nested layouts
- support for partials
- support for caching
MetaProject 0.4.15
Open source library that allows interaction with various project hosting servers, scms, issue trackers, and scm browsers more>> Open source library that allows interaction with various project hosting servers, scms, issue trackers, and scm browsers
MetaProject (formerly XForge) is a Quick Release System (QRS) for RubyForge, SourceForge and other SourceForge clones (commonly referred to as XForge throughout the documentation) as well as RAA and Freshmeat. QRS support for other hosts is in the pipe.
Main features:
RSCM related
- Obtain preconfigured RSCM:rscm.rubyforge.org objects.
SCM browser related
- Obtain preconfigured SCM browser proxy objects that can generate various links with a simple API.
- Treat files in the SCM browser just as stdlib Pathname object (only a subset is provided)
QRS related
- QRS: Create/Upload new releases (with multiple files if desired).
- Rake integration (use the QRS from Rake scripts).
- Publish XForge news items for a project.
- Publish on RAA (SOAP under the hood)
- Publish on Freshmeat (XMLRPC under the hood)
Issue tracker related
- Close and comment on issues
- Recognise issue ids and create links in e.g. SCM commit messages
- Patois parsing, a DSL for issue and release management.
XForge related
- Look up XForge projects by unix name (no need to worry about group_id or package_id).
- Also see QRS related
- Query home page URLs for a project.
- Page: 1 of 1
- 1