{"id":17336673,"url":"https://github.com/ilyakatz/sprockets_helper_rails3","last_synced_at":"2025-04-14T18:41:11.012Z","repository":{"id":59156127,"uuid":"2672761","full_name":"ilyakatz/sprockets_helper_rails3","owner":"ilyakatz","description":"Sprockets helper for rails3.0","archived":false,"fork":false,"pushed_at":"2012-01-10T15:14:31.000Z","size":243,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T07:11:12.631Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilyakatz.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-29T22:08:57.000Z","updated_at":"2013-01-04T13:03:41.000Z","dependencies_parsed_at":"2022-09-13T17:52:16.757Z","dependency_job_id":null,"html_url":"https://github.com/ilyakatz/sprockets_helper_rails3","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakatz%2Fsprockets_helper_rails3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakatz%2Fsprockets_helper_rails3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakatz%2Fsprockets_helper_rails3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakatz%2Fsprockets_helper_rails3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyakatz","download_url":"https://codeload.github.com/ilyakatz/sprockets_helper_rails3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248938185,"owners_count":21186358,"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-15T15:32:01.208Z","updated_at":"2025-04-14T18:41:10.993Z","avatar_url":"https://github.com/ilyakatz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= sprockets_helper\n\nSprocket is great for Rails 3.1\nHowever, if you are still using Rails 3.0 it is suprisingly inconvenient to attach file fingerprint to asset files such as\n\n  \u003clink href=\"http://localhost:3000/assets/application.css?97cb5298fef6238569b12e175bc19648\" media=\"all\" rel=\"stylesheet\" type=\"text/css\" /\u003e\n\nThis gem attempt to make this task a little easier\n\n== Installation\n\nIn \u003cb\u003eRails 3\u003c/b\u003e, add this to your Gemfile and run the +bundle+ command.\n\n  gem \"sprockets_helper_rails3\"\n\n== Usage\n\nContinue using JavaScript and CSS helpers as you normally would. sprockets_helper will determine if the asset is managed by sprockets\nand if it is appropriate inclusion will be generated with fingerprint information.\n\nIf you have application.js managed by Sprockets, you can use any of the following to generate correct HTML code that will have\nasset file with fingerprint\n\n  javascript_include_tag(\"application\")\n  javascript_include_tag(\"/assets/application\")\n  javascript_include_tag(\"/assets/application.js\")\n  stylesheet_link_tag(\"application.css\")\n  stylesheet_link_tag(\"/assets/application.css\", :media=\u003e:all)\n\n== Contributing to sprockets_helper\n \n* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet\n* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it\n* Fork the project\n* Start a feature/bugfix branch\n* Commit and push until you are happy with your contribution\n* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.\n\n== Copyright\n\nCopyright (c) 2011 Ilya Katz. See LICENSE.txt for\nfurther details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyakatz%2Fsprockets_helper_rails3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyakatz%2Fsprockets_helper_rails3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyakatz%2Fsprockets_helper_rails3/lists"}