Guest User

Untitled

a guest
Mar 8th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. New patches:
  2.  
  3. [A few cosmetic changes
  4. Aman Gupta <ramado@tmm1.net>**20071002035404] {
  5. hunk ./spec/model/user.rb 12
  6. - set_dataset DB[:user].order(:name)
  7. + dataset.order!(:name)
  8. hunk ./spec/model/user.rb 15
  9. -User.create_table unless User.table_exists?
  10. -User.recreate_table
  11. +User.drop_table if User.table_exists?
  12. +User.create_table
  13. hunk ./spec/model/user.rb 21
  14. - 'kashia' => 22
  15. + 'kashia' => 22,
  16. + 'tmm1' => 20
  17. hunk ./spec/model/user.rb 26
  18. -
  19. hunk ./spec/ramado/create.rb 41
  20. - </form>".gsub(/\s\s+/, "\n")
  21. + </form>".gsub(/\s{2,}/, "\n")
  22. hunk ./spec/ramado/create.rb 51
  23. - </form>".gsub(/\s\s+/, "\n")
  24. + </form>".gsub(/\s{2,}/, "\n")
  25. hunk ./spec/setup/sequel_sqlite.rb 3
  26. -DB = Sequel('sqlite:/')
  27. +DB = Sequel.sqlite
  28. }
  29.  
  30. Context:
  31.  
  32. [Remove the crud spec
  33. Michael Fellinger <m.fellinger@gmail.com>**20071001070206]
  34. [Huge shoveling of data to better places.
  35. Michael Fellinger <m.fellinger@gmail.com>**20071001070101]
  36. [Add a Og View, minor refactoring of Common and Sequel View
  37. Jonathan Buch <john@oxyliquit.de>**20070930104834]
  38. [Add Og compat
  39. Jonathan Buch <john@oxyliquit.de>**20070930102459]
  40. [Yet another approach, see spec/ramado/create.rb
  41. Michael Fellinger <m.fellinger@gmail.com>**20070930085802]
  42. [Initialize with View and CRUD
  43. Michael Fellinger <m.fellinger@gmail.com>**20070929145114]
  44. Patch bundle hash:
  45. 5db822e434bfb22797399ec6d430c389b446bce4
Add Comment
Please, Sign In to add comment