{"id":21257532,"url":"https://github.com/guluc3m/gul-gultalks","last_synced_at":"2025-07-11T02:32:05.816Z","repository":{"id":13257423,"uuid":"15942514","full_name":"guluc3m/gul-gultalks","owner":"guluc3m","description":"GUL UC3M Technical Conferences Management System","archived":false,"fork":false,"pushed_at":"2021-11-10T20:05:07.000Z","size":1280,"stargazers_count":6,"open_issues_count":8,"forks_count":8,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-04-05T19:23:12.727Z","etag":null,"topics":["gul","gultalks","rails","ruby","uc3m"],"latest_commit_sha":null,"homepage":"http://cursos.gul.es","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guluc3m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-15T17:32:41.000Z","updated_at":"2023-02-21T17:20:50.000Z","dependencies_parsed_at":"2022-08-25T17:40:55.059Z","dependency_job_id":null,"html_url":"https://github.com/guluc3m/gul-gultalks","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/guluc3m/gul-gultalks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guluc3m%2Fgul-gultalks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guluc3m%2Fgul-gultalks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guluc3m%2Fgul-gultalks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guluc3m%2Fgul-gultalks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guluc3m","download_url":"https://codeload.github.com/guluc3m/gul-gultalks/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guluc3m%2Fgul-gultalks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264712782,"owners_count":23652658,"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":["gul","gultalks","rails","ruby","uc3m"],"created_at":"2024-11-21T04:04:12.438Z","updated_at":"2025-07-11T02:32:05.406Z","avatar_url":"https://github.com/guluc3m.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GulTalks\n[![License](http://img.shields.io/license/MIT.png?color=red)](https://github.com/guluc3m/gul-gultalks/blob/master/LICENSE)\n[![Build Status](https://travis-ci.org/guluc3m/gul-gultalks.svg?branch=develop)](https://travis-ci.org/guluc3m/gul-gultalks)\n[![Inline docs](http://inch-ci.org/github/guluc3m/gul-gultalks.svg?branch=master)](http://inch-ci.org/github/guluc3m/gul-gultalks)\n\nThis is the GUL's Technical Conferences management system made with Ruby on Rails framework.\n\nThis project started in late december of 2013 for replace the old application made with Cake PHP\nframework which was very difficult to maintain and we decided to start from scratch,\nadding many modern development techniques and latest technologies.\n\n\n#### Development environment\nTo build the app in dev or test environments, use the following command:\n\n```shell\n$ bundle install --without production\n# or you can speed it up in macOS/OSX with\n$ bundle install --without production --jobs $((`sysctl -n hw.ncpu`-1))\n# or you can speed it up in common GNU/Linux distros with\n$ bundle install --without production --jobs `nproc --ignore=1`\n\n```\nWe think that SQLite is better for development purposes.\n\n#### To run it:\n```shell\n$ rake db:migrate\n$ rake db:seed # Add a pair of conferences for testing only\n$ rails server [-p $PORT] # Port is optional\n```\n\n#### Production enviroment (deploy)\nIf you want to deploy the app, you have to modify the deploy [config](https://github.com/guluc3m/gul-gultalks/blob/develop/config/deploy.rb) file placed in the\nconfig directory. Then, you have just type the following command:\n\n```shell\n$ mina deploy [--verbose]\n```\n\nTo build the app in production environment and test it locally, use the following command:\n\n```shell\n$ bundle install --without development\n$ rails server [-p $PORT] # Port is optional\n```\n\nNow MySQL is used as DB engine instead of SQLite.\n\n#### Some of the technologies employed\n- [Ruby on Rails](http://rubyonrails.org/)\n- [HAML](http://haml.info/)\n- [SASS](http://sass-lang.com/)\n- [CofeeScript](http://coffeescript.org/)\n- [Zurb Foundation](http://foundation.zurb.com/)\n- [Font Aweosme](http://fortawesome.github.io/Font-Awesome/)\n- ~~[Active Admin](http://activeadmin.info/)~~\n- [RailsAdmin](https://github.com/sferik/rails_admin/)\n- [Devise](https://github.com/plataformatec/devise)\n- [CanCanCan](https://github.com/CanCanCommunity/cancancan)\n- [Ancestry](https://github.com/stefankroes/ancestry)\n- [Better Errors](https://github.com/charliesome/better_errors)\n- [Mina](http://mina-deploy.github.io/mina/)\n- [and many more...](https://github.com/guluc3m/gul-gultalks/blob/develop/Gemfile)\n\n#### Wiki\n\nFor more info about the API or the deploy, check our [wiki](https://github.com/guluc3m/gul-gultalks/wiki)\n\n#### Have a bug/ suggestion?\nBugs or suggestions? Visit the [issue tracker](https://github.com/guluc3m/gul-gultalks/issues/)\n\nGulTalks tests are automatically run by [Travis CI](https://travis-ci.org/guluc3m/gul-gultalks)\n\nLicense\n=======\nGulTalks is under the MIT License. See the [LICENSE](https://github.com/guluc3m/gul-gultalks/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguluc3m%2Fgul-gultalks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguluc3m%2Fgul-gultalks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguluc3m%2Fgul-gultalks/lists"}