{"id":19813890,"url":"https://github.com/strzibny/invoicebarstandalone","last_synced_at":"2025-02-28T14:00:09.865Z","repository":{"id":6158212,"uuid":"7387728","full_name":"strzibny/invoicebarstandalone","owner":"strzibny","description":"Outdated as InvoiceBar is now a classic app.","archived":false,"fork":false,"pushed_at":"2012-12-31T14:30:57.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T07:35:32.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/strzibny.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":"2012-12-31T14:27:43.000Z","updated_at":"2016-10-15T11:14:06.000Z","dependencies_parsed_at":"2022-08-31T21:03:20.648Z","dependency_job_id":null,"html_url":"https://github.com/strzibny/invoicebarstandalone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strzibny%2Finvoicebarstandalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strzibny%2Finvoicebarstandalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strzibny%2Finvoicebarstandalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strzibny%2Finvoicebarstandalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strzibny","download_url":"https://codeload.github.com/strzibny/invoicebarstandalone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241162460,"owners_count":19920410,"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-12T09:37:34.875Z","updated_at":"2025-02-28T14:00:09.809Z","avatar_url":"https://github.com/strzibny.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standalone InvoiceBar\n\nThis repo shows usage of InvoiceBar Engine/RubyGem as a standalone application.\n\nIt simply loads the application at `/`.\n\n## Changes to the newly generated Rails app\n\nCreate a new Rails app:\n```\n$ rails new standalone\n```\nSpecify the dependency:\n```ruby\n# Gemfile\ngem 'invoice_bar'\n```\nUpdate by running `bundle` command:\n```\n$ bundle\n```\nLoad the Engine:\n```ruby\n# config/routes.rb\nmount InvoiceBar::Engine =\u003e \"/\"\n```\nCopy the migration files using `rake`:\n```\n$ rake invoice_bar:install:migrations\n```\nCreate db and run migrations:\n```\n$ rake db:migrate\n```\nAnd run the app:\n```\n$ rails s\n```\nThat`s it!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrzibny%2Finvoicebarstandalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrzibny%2Finvoicebarstandalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrzibny%2Finvoicebarstandalone/lists"}