Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
45 of 3847 committers (1.2%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords from Contributors
authorization
oauth2
oauth2-client
oidc
oidc-client
workflow-engine
bioinformatics
scheduler
genomics
syntax-highlighting
Last synced: 10 months ago
·
JSON representation
Repository
Ruby on Rails
Basic Info
- Host: GitHub
- Owner: andrew
- Language: Ruby
- Default Branch: master
- Homepage: http://rubyonrails.org
- Size: 334 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
- Releases: 0
Fork of rails/rails
Created almost 10 years ago
· Last pushed almost 10 years ago
https://github.com/andrew/rails/blob/master/
# Welcome to Rails
Rails is a web-application framework that includes everything needed to
create database-backed web applications according to the
[Model-View-Controller (MVC)](http://en.wikipedia.org/wiki/Model-view-controller)
pattern.
Understanding the MVC pattern is key to understanding Rails. MVC divides your
application into three layers, each with a specific responsibility.
The _Model layer_ represents your domain model (such as Account, Product,
Person, Post, etc.) and encapsulates the business logic that is specific to
your application. In Rails, database-backed model classes are derived from
`ActiveRecord::Base`. Active Record allows you to present the data from
database rows as objects and embellish these data objects with business logic
methods. You can read more about Active Record in its [README](activerecord/README.rdoc).
Although most Rails models are backed by a database, models can also be ordinary
Ruby classes, or Ruby classes that implement a set of interfaces as provided by
the Active Model module. You can read more about Active Model in its [README](activemodel/README.rdoc).
The _Controller layer_ is responsible for handling incoming HTTP requests and
providing a suitable response. Usually this means returning HTML, but Rails controllers
can also generate XML, JSON, PDFs, mobile-specific views, and more. Controllers load and
manipulate models, and render view templates in order to generate the appropriate HTTP response.
In Rails, incoming requests are routed by Action Dispatch to an appropriate controller, and
controller classes are derived from `ActionController::Base`. Action Dispatch and Action Controller
are bundled together in Action Pack. You can read more about Action Pack in its
[README](actionpack/README.rdoc).
The _View layer_ is composed of "templates" that are responsible for providing
appropriate representations of your application's resources. Templates can
come in a variety of formats, but most view templates are HTML with embedded
Ruby code (ERB files). Views are typically rendered to generate a controller response,
or to generate the body of an email. In Rails, View generation is handled by Action View.
You can read more about Action View in its [README](actionview/README.rdoc).
Active Record, Active Model, Action Pack, and Action View can each be used independently outside Rails.
In addition to that, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library
to generate and send emails; Active Job ([README](activejob/README.md)), a
framework for declaring jobs and making them run on a variety of queueing
backends; Action Cable ([README](actioncable/README.md)), a framework to
integrate WebSockets with a Rails application;
and Active Support ([README](activesupport/README.rdoc)), a collection
of utility classes and standard library extensions that are useful for Rails,
and may also be used independently outside Rails.
## Getting Started
1. Install Rails at the command prompt if you haven't yet:
$ gem install rails
2. At the command prompt, create a new Rails application:
$ rails new myapp
where "myapp" is the application name.
3. Change directory to `myapp` and start the web server:
$ cd myapp
$ rails server
Run with `--help` or `-h` for options.
4. Using a browser, go to `http://localhost:3000` and you'll see:
"Yay! Youre on Rails!"
5. Follow the guidelines to start developing your application. You may find
the following resources handy:
* [Getting Started with Rails](http://guides.rubyonrails.org/getting_started.html)
* [Ruby on Rails Guides](http://guides.rubyonrails.org)
* [The API Documentation](http://api.rubyonrails.org)
* [Ruby on Rails Tutorial](http://www.railstutorial.org/book)
## Contributing
We encourage you to contribute to Ruby on Rails! Please check out the
[Contributing to Ruby on Rails guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) for guidelines about how to proceed. [Join us!](http://contributors.rubyonrails.org)
Everyone interacting in Rails and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](http://rubyonrails.org/conduct/).
## Code Status
[](https://travis-ci.org/rails/rails)
## License
Ruby on Rails is released under the [MIT License](http://www.opensource.org/licenses/MIT).
Owner
- Name: Andrew Nesbitt
- Login: andrew
- Kind: user
- Location: Bristol, UK
- Company: @ecosyste-ms and @octobox
- Website: https://nesbitt.io
- Twitter: teabass
- Repositories: 357
- Profile: https://github.com/andrew
Working on mapping the world of open source software @ecosyste-ms and empowering developers with @octobox
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| David Heinemeier Hansson | d****d@l****m | 3,661 |
| Aaron Patterson | a****n@g****m | 3,561 |
| Jeremy Kemper | j****y@b****t | 3,161 |
| Xavier Noria | f****n@h****m | 1,589 |
| José Valim | j****m@g****m | 1,492 |
| Rafael Mendonça França | r****a@g****m | 1,373 |
| Joshua Peek | j****h@j****m | 1,084 |
| Pratik Naik | p****k@g****m | 883 |
| Carlos Antonio da Silva | c****a@g****m | 876 |
| Santiago Pastorino | s****o@w****m | 855 |
| Yves Senn | y****n@g****m | 819 |
| Jon Leighton | j@j****m | 779 |
| Vijay Dev | v****e@g****m | 693 |
| Michael Koziarski | m****l@k****m | 536 |
| Sean Griffin | s****n@t****m | 523 |
| Rick Olson | t****e@g****m | 449 |
| Akira Matsuda | r****e@d****p | 446 |
| Piotr Sarnacki | d****s@g****m | 425 |
| Emilio Tagua | m****s@g****m | 396 |
| Ryan Bigg | r****r@g****m | 378 |
| Yehuda Katz | w****s@g****m | 377 |
| Francesco Rodriguez | l****c@g****m | 372 |
| Timm | k****h@g****m | 365 |
| Jamis Buck | j****s@3****m | 354 |
| Andrew White | a****w@p****k | 336 |
| Vipul A M | v****d@g****m | 329 |
| Neeraj Singh | n****e@g****m | 327 |
| Guillermo Iguaran | g****n@g****m | 305 |
| Marcel Molina | m****l@v****g | 301 |
| Arun Agrawal | a****w@g****m | 287 |
| and 3,817 more... | ||
Committer Domains (Top 20 + Academic)
me.com: 31
wyeworks.com: 16
pivotallabs.com: 16
vinsol.com: 13
thoughtbot.com: 11
mail.ru: 9
plataformatec.com.br: 8
mac.com: 7
shopify.com: 6
redhat.com: 6
squareup.com: 6
crri.co.in: 5
jadedpixel.com: 5
zendesk.com: 5
joshsoftware.com: 4
modcloth.com: 4
engineyard.com: 4
alum.mit.edu: 4
livingsocial.com: 4
gmx.net: 4
cornell.edu: 3
umn.edu: 3
stanford.edu: 2
umich.edu: 2
columbia.edu: 2
uni-koeln.de: 1
dtic.dtu.dk: 1
northwestern.edu: 1
ieee.org: 1
genome.wustl.edu: 1
informatique.univ-paris-diderot.fr: 1
math.univ-toulouse.fr: 1
berkeley.edu: 1
meducation.net: 1
mit.edu: 1
missouri.edu: 1
iitrpr.ac.in: 1
post.harvard.edu: 1
iwu.edu: 1
msu.edu: 1
adelaide.edu.au: 1
dartmouth.edu: 1
mtu.edu: 1
gina.alaska.edu: 1
student.hpi.uni-potsdam.de: 1
eduardobautista.com: 1
ucar.edu: 1
txstate.edu: 1
oit.umass.edu: 1
ucla.edu: 1
w20-575-21.mit.edu: 1
osu.edu: 1
ualberta.ca: 1
college.harvard.edu: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0