All Projects → renderedtext → Base App

renderedtext / Base App

Licence: mit
An app to help jumpstart a new Rails 4 app. Features Ruby 2.0, PostgreSQL, jQuery, RSpec, Cucumber, user and admin system built with Devise, Facebook login.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Base App

capybara select2
Capybara helpers for https://select2.org select box (supports Select2 version 2/3/4)
Stars: ✭ 48 (-62.2%)
Mutual labels:  rspec, cucumber
limestone-accounts
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts.
Stars: ✭ 97 (-23.62%)
Mutual labels:  rspec, devise
allure-ruby
Allure integrations for Ruby test frameworks
Stars: ✭ 40 (-68.5%)
Mutual labels:  rspec, cucumber
Websiteone
A website for Agile Ventures
Stars: ✭ 132 (+3.94%)
Mutual labels:  rspec, cucumber
Aruba
Test command-line applications with Cucumber-Ruby, RSpec or Minitest. The most up to date documentation can be found on Cucumber.Pro (https://app.cucumber.pro/projects/aruba)
Stars: ✭ 900 (+608.66%)
Mutual labels:  rspec, cucumber
Warehouse Inventory System
Open source inventory management system with php and mysql
Stars: ✭ 235 (+85.04%)
Mutual labels:  database, jquery
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (-52.76%)
Mutual labels:  rspec, cucumber
Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (+50.39%)
Mutual labels:  devise, rspec
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (+407.87%)
Mutual labels:  database, jquery
Knapsack
Knapsack splits tests evenly across parallel CI nodes to run fast CI build and save you time.
Stars: ✭ 430 (+238.58%)
Mutual labels:  rspec, cucumber
knapsack pro-ruby
Knapsack Pro gem splits tests across parallel CI nodes and makes sure that tests will run in optimal time on each node.
Stars: ✭ 101 (-20.47%)
Mutual labels:  rspec, cucumber
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-53.54%)
Mutual labels:  database, jquery
Jodd
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
Stars: ✭ 3,616 (+2747.24%)
Mutual labels:  database, jquery
Fabrication
This project has moved to GitLab! Please check there for the latest updates.
Stars: ✭ 1,017 (+700.79%)
Mutual labels:  rspec, cucumber
Email Spec
Collection of RSpec/MiniTest matchers and Cucumber steps for testing email in a ruby app using ActionMailer or Pony
Stars: ✭ 1,142 (+799.21%)
Mutual labels:  rspec, cucumber
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (-2.36%)
Mutual labels:  jquery
Combinefirebase
Combine wrapper on Google's iOS Firebase library.
Stars: ✭ 126 (-0.79%)
Mutual labels:  database
Charroom
PHP + Swoole 聊天室
Stars: ✭ 125 (-1.57%)
Mutual labels:  jquery
Spree auth devise
Provides authentication (user accounts, login & signup) for @spree by using Devise
Stars: ✭ 124 (-2.36%)
Mutual labels:  devise
Blocker Database
A global domain based database for NoScript, uBlock, uMatrix & ScriptSafe
Stars: ✭ 127 (+0%)
Mutual labels:  database

base-app

A base Rails 4 application. Features user and admin system with Facebook login. It is instadeployable to Heroku.

The view is implemented using Bootstrap 3.

Here's a live demo. Just note that environment variables for Facebook login are not set so logging in that way will not work.

Gemfile

For testing and development:

Setting up

  • Make sure you have Ruby 2.0.0.
  • Install dependencies from Gemfile: bundle install --path .bundle.
  • Create your config/database.yml, create the database and run the migrations.
  • For Facebook login to work, export environment variables FACEBOOK_APP_ID and FACEBOOK_APP_SECRET.
  • When creating a new app from this one, you will want to change config/initializers/secret_token.rb and set DEVISE_SECRET_KEY (see config/initializers/devise.rb).

License

base-app is Copyright © 2011-2014 Rendered Text. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].