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

Enable to run spec on generated source code #4

Merged
merged 61 commits into from
Oct 20, 2016
Merged

Enable to run spec on generated source code #4

merged 61 commits into from
Oct 20, 2016

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    de0e22e View commit details
    Browse the repository at this point in the history
  2. Fix the generated examples

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    53920a3 View commit details
    Browse the repository at this point in the history
  3. Fix spec controller generator

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    984ed6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6b3205 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    926386b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77d9702 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08d990e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b771fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3db04d View commit details
    Browse the repository at this point in the history
  10. Add config for devise

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    a9228cf View commit details
    Browse the repository at this point in the history
  11. Add routing config

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    718af4c View commit details
    Browse the repository at this point in the history
  12. Update User model for devise

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    bc80ae5 View commit details
    Browse the repository at this point in the history
  13. Add factories

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    4a9cb05 View commit details
    Browse the repository at this point in the history
  14. Add spec support files

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    2d8003b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    297426d View commit details
    Browse the repository at this point in the history
  16. Add full authority

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    7ef0ef1 View commit details
    Browse the repository at this point in the history
  17. Specify object for reflection

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    cd078a4 View commit details
    Browse the repository at this point in the history
  18. Fix factory attributes

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    c15dafa View commit details
    Browse the repository at this point in the history
  19. Add db/*.sqlite3 to .gitignore

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    04e9488 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d8e505 View commit details
    Browse the repository at this point in the history
  21. Fix specs for index template

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    1e7a080 View commit details
    Browse the repository at this point in the history
  22. Update factories

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    6a483af View commit details
    Browse the repository at this point in the history
  23. Fix conttroller spec

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    fb9d80d View commit details
    Browse the repository at this point in the history
  24. Update generated spec for views

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    1533622 View commit details
    Browse the repository at this point in the history
  25. Fix typo

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    616e23e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9db96fe View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e3897e0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cfe9619 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6c97a13 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    05f5073 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ce14fd4 View commit details
    Browse the repository at this point in the history
  32. Fix not to send invalid value

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    7de604c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d80cc47 View commit details
    Browse the repository at this point in the history
  34. git mv spec/dummy example

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    eb83dc4 View commit details
    Browse the repository at this point in the history
  35. Rename rake task

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    55696f8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8f2752a View commit details
    Browse the repository at this point in the history
  37. Fix path to example project

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    02cfae9 View commit details
    Browse the repository at this point in the history
  38. Add gems required

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    f514958 View commit details
    Browse the repository at this point in the history
  39. Fix path to example directory

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    eb5c203 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    03230b8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    36d64e2 View commit details
    Browse the repository at this point in the history
  42. Fix typo

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    0d1cf19 View commit details
    Browse the repository at this point in the history
  43. Redesign methods about columns

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    2010560 View commit details
    Browse the repository at this point in the history
  44. Use columns_for in each template

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    26e24dd View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    6d100f3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e32f12e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d1a3974 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8ea01d9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    79ea858 View commit details
    Browse the repository at this point in the history
  50. Fix parameters to PUT

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    988154a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    137bc77 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    e56f869 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    2e51dc8 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    fe190b6 View commit details
    Browse the repository at this point in the history
  55. Use sample_value method

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    0ebb73a View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    5f54c1a View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    196f2d4 View commit details
    Browse the repository at this point in the history
  58. Fix example spec for views

    akm committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    74fc22c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    40bc004 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    2b2304f View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    669866e View commit details
    Browse the repository at this point in the history