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

Add method Cell#cached? #478

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on May 13, 2016

  1. Add concise #inpsect to ViewModel

    in order to make #inpect to not blow up
    screen wher controller with request and helpers
    included in instance of the ViewModel
    shvetsovdm committed May 13, 2016
    Configuration menu
    Copy the full SHA
    444b6c4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2016

  1. Refactor #inspect to a modular extensible solution

    shvetsovdm committed May 14, 2016
    Configuration menu
    Copy the full SHA
    fafbe0a View commit details
    Browse the repository at this point in the history
  2. Fix inspect_test.rb to work with ruby 2.0.0

    shvetsovdm committed May 14, 2016
    Configuration menu
    Copy the full SHA
    834aae9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    d0ed61b View commit details
    Browse the repository at this point in the history
  2. Merge pull request trailblazer#452 from georgemillo/cells-erb-dev-dep…

    …endency
    
    bump cells-erb dev dependency to >= 0.1.0
    apotonick authored May 11, 2017
    Configuration menu
    Copy the full SHA
    91e6315 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    27c62c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request trailblazer#457 from olleolleolle/patch-1

    README: Build badge point to trailblazer/cells
    apotonick authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    7c1cf8d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Update tested Ruby version

    Ruby 2.2 is reaching it's end of life at the end of the month. But I
    think it's useful to test recent Ruby versions as well.
    iGEL committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    c4e6b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Merge pull request trailblazer#466 from iGEL/travis

    Update tested Ruby version
    george-carlin authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    3df9f32 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request trailblazer#399 from shvetsovdm/concise_cell_inspect

    Add concise #inspect to ViewModel
    george-carlin authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a0f1336 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    9ea1ee8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request trailblazer#469 from trailblazer/fix-warning

    Fix warning for undefined instance variable
    seuros authored Apr 24, 2018
    Configuration menu
    Copy the full SHA
    2313a8e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Use Tilt::Cache instead of our own cache implementation

    Tilt::Cache is a generic key-value store. This works exactly the
    same, if we move some code around.
    Scharrels committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    036dea8 View commit details
    Browse the repository at this point in the history
  2. Split file lookup and template parsing

    The find loop is necessary to find out which prefix contains the
    template that we are looking for.
    
    Template parsing happens for the first template that is found.
    
    If we split the file lookup and template building, the code becomes
    easier to read and easier to maintain.
    Scharrels committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    ee8133d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e4ec99 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Drop support for old rubies

    seuros committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    0c9f655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f7f87 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Merge pull request trailblazer#475 from trailblazer/ruby-upgrade

    Drop support for old rubies
    seuros authored Jul 28, 2018
    Configuration menu
    Copy the full SHA
    2d33ad0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Add method Cell#cached?

    PikachuEXE committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    fd64505 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Fix Travis build

    PikachuEXE committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    5e309c3 View commit details
    Browse the repository at this point in the history