Search Results for "ruby on rails framework" - Page 3

Showing 295 open source projects for "ruby on rails framework"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1

    zynix-fusion

    zynix-Fusion is a framework for hacking

    zynix-Fusion is a framework that aims to centralize, standardizeand simplify the use of various security tools for pentest professionals.zynix-Fusion (old name: Linux evil toolkit) has few simple commands, one of which is theinit function that allows you to define a target, and thus use all the toolswithout typing anything else.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Helpy

    Helpy

    A Modern Helpdesk Platform

    Helpy is a modern, self-hosted, on-premise customer support helpdesk platform designed from the ground up to give your customers a heroic customer service experience. Written in Ruby on Rails, Helpy seamlessly integrates support ticketing, Knowledgebase and a public community into one powerful solution. Helpy powers your helpcenter by providing a host of exceptional features, including multichannel ticketing, a full text searchable and SEO optimized Knowledgebase, community support forums...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Errbit

    Errbit

    The open source error catcher that's Airbrake API compliant

    Errbit is a tool for collecting and managing errors from other applications. It is Airbrake API compliant, so if you are already using Airbrake, you can just point the airbrake gem to your Errbit server. The way Errbit arranges notices into error groups is configurable. By default, Errbit uses the notice's error class, error message, complete backtrace, component (or controller), action and environment name to generate a unique fingerprint for every notice. Notices with identical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Rein

    Rein

    Database constraints made easy for ActiveRecord

    ... are automatically reversible, so you can take advantage of reversible Rails migrations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 5
    DuckRails

    DuckRails

    Development tool to mock API endpoints quickly

    DuckRails is a development tool. Its main purpose is to allow developers to quickly mock API endpoints that for many possible reasons they can't reach at a specific time. The application allows creating new routes dynamically to which developers can assign static or dynamic responses. DuckRails is an open source development tool built using the Ruby on Rails framework. The purpose of the tool is to allow developers to easily mock API endpoints outside their applications. Knowing ruby...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Neat

    Neat

    A lightweight and flexible Sass grid

    Neat is a fluid grid framework with the aim of being easy enough to use out of the box and flexible enough to customize down the road. Neat also works great with Bourbon and Bitters, They are all lightweight and easy to work with so it’s a blast to try them out and see if they’re right for your next project. If you need multiple grids in a single project, you can do this by defining a new map stored within a variable of your choosing. This variable can then be passed directly into any of Neat's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bridge Designer and Contest

    Bridge Designer and Contest

    A national virtual bridge engineering contest for kids of all ages.

    ... staff. The new Rails back end is a RubyMine project. Thanks to JetBrains for this mega development environment!
    Leader badge
    Downloads: 2,365 This Week
    Last Update:
    See Project
  • 8
    Bootstrap 3 for Sass

    Bootstrap 3 for Sass

    Sass port of Bootstrap 2 and 3

    Bootstrap 3 for Sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications. This is Bootstrap 3. For Bootstrap 4 use the Bootstrap rubygem if you use Ruby, and the main repo otherwise. Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development. Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Plant app

    A ruby-activeRecord-MySQL application which stores data about plants

    A ruby-activeRecord-MySQL application which stores data about plants using the Sinatra ruby framework. Code should work on 2.0.0 ruby version though modern versions should be supported too. (Up to 2.4.6) Also, database supposed to have Hungarian information hence application supports UTF-8. The dummy plant is also written in Hungarian text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
    Learn More
  • 10
    Acceptance/regression testing framework based on full screen automation (via terminal emulation) with integrated unit testing engine (standard Ruby test/unit). Moved to: https://github.com/tsc-collection/tsc-act Now part of GitHub's TSC Collection available at https://github.com/tsc-collection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A set of C++ libraries that provide core classes to build a project upon. From exceptions and basic types (String, Integer, Float, etc.) to collections, configs and loggers. Where possible, Java API is followed. STL based implementation. Ruby Application Framework (TSC-TPM) extensions. Ruby based utilities for simplifying day-to-day work. Moved to: https://github.com/stemkit-collection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Telegram::Bot

    Telegram::Bot

    Ruby gem for building Telegram Bot with optional Rails integration

    Tools for developing Telegram bots. Best used with Rails, but can be used in a standalone app. Supposed to be used in webhook mode in production, and poller mode in development, but you can use poller in production if you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ActsAsTaggableOn

    ActsAsTaggableOn

    A tagging plugin for Rails applications for custom tagging

    This plugin was originally based on Acts as Taggable on Steroids by Jonathan Viney. It has evolved substantially since that point, but all credit goes to him for the initial tagging functionality that so many people have used. For instance, in a social network, a user might have tags that are called skills, interests, sports, and more. There is no real way to differentiate between tags and so an implementation of this type is not possible with acts as taggable on steroids. Enter Acts as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    FORTRAN Unit Test Framework (FRUIT)

    FORTRAN Unit Test Framework FRUIT - TDD in FORTRAN

    FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this part can be used independent of the Ruby codes. The Ruby code is to make fixtures and reports easier. Rake is to build the project elegantly. This project also demonstrate a new way to build...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dradis Framework

    Dradis Framework

    Collaboration and reporting tool for InfoSec teams.

    Combine the output of multiple tools, add your own manual findings and screenshots and generate a report. Everyone on the same, working better, together.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16
    Ruby Hail

    Ruby Hail

    Rack-based nano framework

    Ruby Hail is Rack-based nano framework. It's the fastest-by-design Rack-based framework. It requires less learning (besides Rack, you suppose to know it by this time) than any other framework. It works great for simple dynamic web-sites, single-page web-apps and microservices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    comical-jekyll-theme

    comical-jekyll-theme

    A Configurable Webcomic Theme for Jekyll

    A webcomic theme for Jekyll based on my Slim-Pickins Jekyll theming framework. All content included for the demo page is duplicated from my wife's webcomic site and is availabe via Creative Commons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LivingStyleGuide

    LivingStyleGuide

    Easily create front-end style guides with Markdown and Sass/SCSS

    Easily create living style guides/front-end style guides/pattern libraries by adding Markdown documentation to your Sass project. By clicking the color swatch in the style guide, users can copy the hex code of the color (useful for designers). When pointing the cursor on the variable name, it will be copied on click instead (useful for developers). The output will respect newlines. You can add any CSS to each example if it helps to make it better in the style guide only. You can set options...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple long time planning sketching tool for managing tasks of human resources. Rather than trying to automate the planning proccess the goal of this project is to support the task of planning the resource allocations in group sessions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BenchLab is a Web Application benchmarking framework using real web browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Crescent - plugin based RPG Maker Tool

    Crescent - plugin based RPG Maker Tool

    Development of a plugin based dev tool for RPG Maker

    Development of a framework for building plugins for manipulating the project data of RPG Maker series (XP/XP Ace/MV so on) from Enterbrain. Target platform: Windows/Mac if you are interested in developing addins check https://sourceforge.net/p/crescent-editor/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ActiveModelSerializers

    ActiveModelSerializers

    Serializer implementation and Rails hooks

    There's been a lot of churn around AMS since it began back in Rails 3.2 and a lot of new libraries are around and the JSON:API spec has reached 1.0. If there is to be a 1.0 release of AMS, it will need to address the general needs of serialization in much the way ActiveJob can be used with different workers. The next major release is in development. We're starting simple and avoiding, at least at the outset, all the complications in AMS version, especially all the implicit behavior from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Arachni

    Arachni

    Web Application Security Scanner Framework

    Arachni is an Open Source, feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ruby classes for quering and manipulating Bacula configuration. The classes can be easily used for creating Bacula administration tools for command-line or eg. Ruby on Rails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Thinreports

    Thinreports

    Open Source Report Tool for Ruby, Rails

    Thinreports is Open Source Reporting Solution, and provides a library for Ruby and a GUI Designer for Win/Mac/Linux. Thinreportsは、Ruby向けOSS帳票ツールです。 Documentation: http://www.thinreports.org/documentation Mailing list: https://groups.google.com/forum/#!forum/thinreports GitHub: https://github.com/thinreports [NOTICE] This project site is a mirror. Please see http://www.thinreports.org or https://github.com/thinreports for further details.
    Downloads: 0 This Week
    Last Update:
    See Project