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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify which railties we want to require #60

Merged
merged 3 commits into from
Jun 28, 2024

Commits on Jun 27, 2024

  1. Specify which railties we want to require

    We are being explicit about which railties we want to require in our
    application. This for be able to deploy our application succesfully.
    Ilyeo committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b27e875 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Move find_and_preserve method

    We have noticed how the body of the posts is not being rendered
    correctly.
    
    I have found that the `find_and_preserve` method is the one causing
    the issue. If we move it, the body of the posts will be rendered
    correctly.
    Ilyeo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f8f4748 View commit details
    Browse the repository at this point in the history
  2. Add asset extension

    The extension of the asset is required; otherwise, it won't be present
    in the asset pipeline.
    Ilyeo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2eb5902 View commit details
    Browse the repository at this point in the history