{"id":18898598,"url":"https://github.com/rack-app/rack-app-front_end","last_synced_at":"2025-10-08T15:15:29.055Z","repository":{"id":70319706,"uuid":"47574701","full_name":"rack-app/rack-app-front_end","owner":"rack-app","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-12T07:08:36.000Z","size":86,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T08:47:15.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rack-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-07T19:37:25.000Z","updated_at":"2023-08-16T22:30:46.000Z","dependencies_parsed_at":"2024-11-08T08:43:26.242Z","dependency_job_id":"39d56a19-b4cd-4ccd-ae52-e2353519e711","html_url":"https://github.com/rack-app/rack-app-front_end","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rack-app%2Frack-app-front_end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rack-app%2Frack-app-front_end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rack-app%2Frack-app-front_end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rack-app%2Frack-app-front_end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rack-app","download_url":"https://codeload.github.com/rack-app/rack-app-front_end/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239879312,"owners_count":19712176,"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":[],"created_at":"2024-11-08T08:43:16.357Z","updated_at":"2025-10-08T15:15:24.019Z","avatar_url":"https://github.com/rack-app.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rack::App::FrontEnd [![Build Status](https://travis-ci.org/rack-app/rack-app-front_end.svg?branch=master)](https://travis-ci.org/rack-app/rack-app-front_end)\nThis is an extend module for Rack::App to have FrontEnd framework extensions for the core app class\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rack-app-front_end'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rack-app-front_end\n\n## Usage\n\n```ruby\nrequire 'rack/app'\nrequire 'rack/app/front_end'\n\nclass App \u003c Rack::App\n\n  apply_extensions :front_end\n\n  mount_folder '/from/project/root/path'\n\n  mount_folder 'relative/folder/from/this/file/to/folder'\n\n  get '/some_url' do\n    @items = []\n    render 'some.html.erb'\n  end\n\nend\n\n```\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rack-app-mvc. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frack-app%2Frack-app-front_end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frack-app%2Frack-app-front_end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frack-app%2Frack-app-front_end/lists"}