Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Change Getting Started to use RSpec #429

Closed
wants to merge 9 commits into from

Commits on Jan 10, 2018

  1. Change Getting Started to use RSpec

    For now, using `--test=rspec`, but we anticipate to change RSpec to be
    the default testing framework for Hanami.
    
    MiniTest is simpler, but it's less familiar to most people.
    Additionally, when this was created, Hanami itself used MiniTest.
    We've since switched over to RSpec, since we needed some of its more
    powerful features (and it's what most of use most of the time).
    cllns committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    c6d48b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Add README.md

    cllns committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    4fc303f View commit details
    Browse the repository at this point in the history
  2. Update Architecture section

    Rename "Hanami Architecture" to "Hanami's Architecture", since that's
    more natural.
    
    Also, explain more about the project structure and what `apps` are.
    cllns committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    d4a42d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64959d8 View commit details
    Browse the repository at this point in the history
  4. Update 'Following a Request'

    Fix the test syntax to use RSpec's output.
    
    Also clarify some other language.
    cllns committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    fb1a45b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f9845e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df10089 View commit details
    Browse the repository at this point in the history
  7. Clarify 'Layouts'

    Specifically, refer to them as "Layout templates" instead of just
    "Layouts", since the latter are a Ruby class in the app.
    cllns committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    ab9cdcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00b69b8 View commit details
    Browse the repository at this point in the history