{"id":26833226,"url":"https://github.com/madcato/railsserver","last_synced_at":"2026-05-12T12:41:41.371Z","repository":{"id":39921047,"uuid":"136717540","full_name":"madcato/RailsServer","owner":"madcato","description":"Boilerplate rails project","archived":false,"fork":false,"pushed_at":"2023-03-09T01:32:11.000Z","size":142,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-23T22:16:57.195Z","etag":null,"topics":["boileplate","rails","rails5","rvm"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madcato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-09T11:30:42.000Z","updated_at":"2023-03-05T01:59:53.000Z","dependencies_parsed_at":"2023-02-10T23:15:23.468Z","dependency_job_id":null,"html_url":"https://github.com/madcato/RailsServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madcato%2FRailsServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madcato%2FRailsServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madcato%2FRailsServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madcato%2FRailsServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madcato","download_url":"https://codeload.github.com/madcato/RailsServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246337618,"owners_count":20761246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boileplate","rails","rails5","rvm"],"created_at":"2025-03-30T15:28:23.167Z","updated_at":"2026-05-12T12:41:41.340Z","avatar_url":"https://github.com/madcato.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RailsServer\n\nGeneric boilerplate server made in RubyOnRails to start new projects.\n\n## Install\n\n1. Install rvm from: [Installing RVM](https://rvm.io/rvm/install)\n\n2. Install Ruby with rvm\n\n\t\t$ rvm install \"ruby-2.6.6\"\n\n3. Install Rails 5.2.4.4\n\n4. Git clone this project\n\n5. Isntall bundle\n\n\t\t$ gem install bundle\n\n6. Enter in project dir an update gems with:\n\n\t\t$ bundle update\n\n7. Install libv8\n\tOn macOS:\n\n\t\tbrew install v8\n\tOn Linux\n\t\n\t\tsudo apt-get install libv8-dev\n8. Migrate db\n\t\n\t\t$ rake db:migrate\n\n9. Seed database\n\n\t\t$ rake db:seed\n\n    This will create and admin user (dani\\_vela@me.com , password: 123456)\n\n10. Run the server\n\n        $ bundle exec rails server\n\n11. Open a browser and open `http://localhost:3000/admin` url.\n\n12. To see swagger doc open `http://localhost:3000/api-docs/index.html` url\n\n## Testing\n\nLaunch tests with command:\n\n\t$ rails t\n\n## This project contains\n\n- [Devise (for user authentication and registering)](https://github.com/plataformatec/devise)\n- [simple\\_token\\_authentication (for token authentication)](https://github.com/gonzalo-bulnes/simple_token_authentication)\n- [rails\\_admin (db administration)](https://github.com/sferik/rails_admin)\n- [cancancan (authorization management)](https://github.com/CanCanCommunity/cancancan)\n- [Swagger api, ui and specs](https://github.com/rswag/rswag)\n\n## ActiveStoreage (Rails 5.0) for file upload\n\nUse the model **Airline** as a sample for uploading files\n\n- [ActiveStorage documentation](https://edgeguides.rubyonrails.org/active_storage_overview.html)\n\n## New users\n\nCreate new user with [http://localhost:3000/users/sign_up](http://localhost:3000/users/sign_up)\n\n## Instructions to change the name of the project\n\nChange all occurrences of \"RailsServer\" string to your project name\n\nThis string appears in this files:\n- app/views/layouts/application.html.erb\n- config/appication.rb\n- config/initializers/session\\_store.rb\n\n## Gems\n- https://github.com/hothero/awesome-rails-gem\n- https://dev.to/rob__race/27-gems-i-use-in-almost-every-project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadcato%2Frailsserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadcato%2Frailsserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadcato%2Frailsserver/lists"}