{"id":15645946,"url":"https://github.com/macournoyer/invisible","last_synced_at":"2025-04-28T16:23:02.969Z","repository":{"id":65510455,"uuid":"377","full_name":"macournoyer/invisible","owner":"macournoyer","description":"The invisible framework","archived":false,"fork":false,"pushed_at":"2009-03-25T01:32:40.000Z","size":206,"stargazers_count":51,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T06:09:25.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://macournoyer.com/","language":"CSS","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/macournoyer.png","metadata":{"files":{"readme":"README","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":"2008-02-09T18:38:52.000Z","updated_at":"2021-07-13T19:20:51.000Z","dependencies_parsed_at":"2023-01-26T17:55:11.243Z","dependency_job_id":null,"html_url":"https://github.com/macournoyer/invisible","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/macournoyer%2Finvisible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Finvisible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Finvisible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macournoyer%2Finvisible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macournoyer","download_url":"https://codeload.github.com/macournoyer/invisible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251343148,"owners_count":21574314,"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-10-03T12:10:41.192Z","updated_at":"2025-04-28T16:23:02.927Z","avatar_url":"https://github.com/macournoyer.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"= THE INVISIBLE FRAMEWORK\nInvisible is like a giant robot combining the\nawesomeness of Rails, Merb, Camping and Sinatra.\nExcept, it's tiny (100 sloc).\n\nIt's easy to deploy and get started with using the\nfriendly generator.\n\nGet started today!\n\n  invisible my_lil_app\n  cd my_lil_app\n  thin start config/rack.ru\n  edit app.rb\n\nOr, if you're really into tiny things:\n\n  invisible my_very_lil_app --flat\n\n== Build web apps in just a few lines\nThe app syntax looks a lot like Sinatra:\n\n  get \"/session/:value\" do\n    session[:invisible] = params[:value]\n    render do\n      h2 \"I added this to the session for you:\"\n      pre params[:value].inspect\n      p { a \"Go back\", :href =\u003e \"/\" }\n    end\n  end\n\nYou can also render ERB, eRubis and Haml templates.\n\n== TATFT (aka Test all the fucking time)\nInvisible also comes with support for easy\ntesting, using Test::Unit or RSpec.\n\n  def test_should_get_root\n    assert get(\"/\").ok?\n  end\n  \n  it \"should get /\" do\n    get(\"/\").should be_ok\n  end\n\n== The extras you were missing in a micro-framework\nInvisible has:\n* reloading\n* configurable multi-environment support\n* multi-app in the same VM\n* session support (Cookie, Memcache, etc.)\n* a love affair with Rack middlewares\n* another love affair with testing\n* load just what you need approach (low mem)\n* awesomeness builtin, twice!\n* all that under 100 LOC (+ taxes)\n\nI'm like, WOW! What are you waiting for?\nGo build the next Twitter now, mkay?\n\nRuby License, http://ruby-lang.org/en/LICENSE.txt\nInvisible is copyright Marc-Andre Cournoyer\nmacournoyer@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacournoyer%2Finvisible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacournoyer%2Finvisible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacournoyer%2Finvisible/lists"}