Open Source Ruby Software Development Software - Page 24

Ruby Software Development Software

View 5740 business solutions

Browse free open source Ruby Software Development Software and projects below. Use the toggles on the left to filter open source Ruby Software Development Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    A template library for easy and intuitive binding of C++ objects to Ruby, similar to luabind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    rubydotnet is a ruby extension module for using .net code from ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RUBYGAME HAS MOVED. http://rubygame.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A ruby helper to improve basic class https://gitlab.com/poulet_a/rubyhelper/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    rubynet is the backend for a distributed module and documentation project for the Ruby programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    scrum.rb is a tool for managing scrum projects. It offers a command-line tool, a GUI and a web application for managing and publishing the artifacts of the scrum process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Using encryption to secure your code or text. Click File->Run to run your code using Ruby, see the pop up for output. Never save your text or code to disk unencrypted. Don't forget your password. Encryption is error-persistent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    slim-pickins-jekyll-theme

    slim-pickins-jekyll-theme

    A minimal Jekyll theme

    Slim Pickins is what I consider to be a minimal 'core' theme with everything I need to quickly develop new themes for Jekyll. Custom Rakefile with tasks for deploying and notifying search engines about updates. First, it checks a page's yaml frontmatter for the header image, if none is found then it checks for a site-wide default in your config.yml, if none is found then no banner image is displayed. I like my footers to stay on the bottom of the page no matter what. You can easily edit the size and color using the supplied sass variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    To convert Microsoft Visual Studio 5.0 Solution files to Makefiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    tcom is a specification and implementation of a distributed component system which uses tuple spaces for IPC. Components can be written in any language. tcom is also well suited to modular apps which run on a single machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Teretere (meaning:travelers/traveling in Tahitian) hosts 2 projects: Cocorails, a Ruby on Rails IDE based on Eclipse http://Cocorails.org and Banana, an Eclipse-based IDE and plugins for web, HTML,CSS, JavaScript & Ajax development http://BananaPeel.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    tgist.github.io

    tgist.github.io

    Jekyll template

    Jekyll template.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    tisift

    imap cleanup & command line tool

    Beta state! tisift: scaning folder and sort messages with given filter rules. tish: imap shell = imap command line tools. Example: # Set MsgId on Mails without one FOLDER="Archives" ; tils -I "$FOLDER" |grep "\{"|while read LINE ; do tish -x addheader "$FOLDER" "$LINE" "X-New-Header: true" ; done # Correct Date to second received header: tish date Archives PATTERN received2 # Import or export mbox tish exportmbox Archives >file.mbox tish importmbox Archives <file.mbox Written in ruby. Attention: Use on your own risc! You can damage your whole mail data!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Create a text editor for computer programmers. Use ruby as underlying system and write core code in C. Support at least inline debugging as well as common features such as colored keywords.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    typedgroup has moved to Laughing Panda: http://www.laughingpanda.org/projects/typedgroup/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Typelib is a C++ library for introspection on data types and data values, with a model based on the C type model. A Ruby language extension allows to very easily interface a dynamic library from within Ruby code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    unobtainium

    Obtain the unobtainable: test code covering multiple platforms

    Unobtainium wraps Selenium and Appium in a simple driver abstraction so that test code can more easily cover: - Desktop browsers - Mobile browsers - Mobile apps The gem also wraps PhantomJS for headless testing. Some additional useful functionality for the maintenance of test suites is also added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Transform USB keyboard events into X11 keyboard events. Transformation is scriptable using ruby, allowing for complex keyboard interfaces not covered by the standard X11 keymap. Think of it as autohotkey for X11.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    Elaborate Visual Studio .vcxproj / .vcproj projects to CMakeLists.txt converter, enabling Makefile or Ninja or IDE builds, i.e. full multi-platform CMake functionality (Linux, Mac, Windows...). Live Update capability: supports side-by-side tracking of evolving original proj files, within build tree!! Script hooks for static CMake defs, powerful definition-to-variable mapping. Access to project data content is via git repository _only_ (it's a developer infrastructure project, thus alternatives are less suitable). Be aware of several branches available for checkout (git branch -a): "experimental_unverified" is for the daring (to start with current most featureful code), while usability of "experimental" always gets hardened via a large build. For instructions see README.txt - for ad-hoc access see Browse Code button (experimental_unverified head) -, then attempt guided installation on a .vc[x]proj-based source tree, via install_me_fully_guided.rb . Devel cooperation welcome!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Web-schema is a web application for making database schema diagrams that automatically stay up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    will_paginate

    will_paginate

    Pagination library for Rails, Sinatra, Merb, DataMapper, and more

    will_paginate is a pagination library that integrates with Ruby on Rails, Sinatra, Hanami::View, Merb, DataMapper and Sequel. See installation instructions on the wiki for more info. A Sinatra app needs a couple of extra requires. For Padrino apps you need to manually register the Sinatra extension. Alternatively, you can avoid manual will_paginate install by using Padrino recipes. will_paginate 3.0+ will not work on Rails 2. In an older version of Rails, you'll have to use will_paginate 2.3. For Rails 2.0 or older, a simple require will suffice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    xContract is suite of per-language libraries that provide facilities for defining and enforcing software contracts. Intended to be used, where desired, in release modes/builds, xContract emphasises efficiency in addition to clarity and succinctness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XML pull parsers in several programming languages including Ruby and SmallEiffel. Pull parsers are streaming XML parsers that have very simple and easy to use APIs and yet provide excellent performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    xmlsig is a multi-language, multi-platform implementation of XML signatures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Meta Tag Generator. Allows you to research SEO keywords generate proper compliant meta tags and output them to a HTML or text file for insertion into a finished web project.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.