Commit Graph
78 Commits
Author SHA1 Message Date
Dan Buch d727621c46 Using spork with watchr and all that jazz... though still not feeling like the tests are "blazingly fast" (sigh) 2011-11-14 08:35:09 -05:00
Dan Buch 99b84ea0c9 Up through using watchr (but why so many child processes?) 2011-11-14 08:07:28 -05:00
Dan Buch 21ce651984 Adding scaffolding for "Person" 2011-11-14 07:42:13 -05:00
Dan Buch 93951515f2 New rails app for working through http://www.rubyinside.com/how-to-rails-3-and-rspec-2-4336.html 2011-11-14 07:01:54 -05:00
Dan Buch 2d3af8dd32 more in 7.2 2011-10-06 22:24:01 -04:00
Dan Buch 697fc60bcb working through discussion of 7.2 2011-10-06 22:17:11 -04:00
Dan Buch 2194c6637e doing 7.2 2011-10-06 22:13:36 -04:00
Dan Buch 584e1eceb2 doing 7.1 2011-10-06 22:03:01 -04:00
Dan Buch de8cf13289 more intro stuff for ch 7 2011-10-06 21:56:49 -04:00
Dan Buch 66fa87808c stepping back to chapter 7 for a bit 2011-10-06 21:50:45 -04:00
Dan Buch 0bca534c3e futzing with redis a bit 2011-09-05 20:42:39 -04:00
Dan Buch 048b3881f9 moving the simple query thingy into a different method/view so that I can turn the index method/view into something more like the Solr builtin browse view 2011-08-31 15:46:18 -04:00
Dan Buch b47a145ef6 moving the solr-accessing stuff into helper module, which probably isn't the right place but it's better than having it in the controller, right? 2011-08-31 12:11:37 -04:00
Dan Buch d819d87268 pulling stuff out of xml for display 2011-08-31 11:55:10 -04:00
Dan Buch 4407d92899 removing unused method 2011-08-31 09:15:50 -04:00
Dan Buch 1699dce6cb simple passthrough query version 2011-08-31 09:13:52 -04:00
Dan Buch 95591f4484 adding index and browse views 2011-08-31 08:23:25 -04:00
Dan Buch 9046917ed1 adding controller for futzing with solr 2011-08-31 08:19:44 -04:00
Dan Buch 8562d71bbb making a rails app for playing with solr 2011-08-31 07:52:24 -04:00
Dan Buch 2ed6806e6e breaking out into a partial view 2011-08-10 22:54:10 -04:00
Dan Buch 36c69e95a4 more crap for 15.14 2011-08-10 22:51:14 -04:00
Dan Buch 7329bcdeb4 starting in on 15.14 2011-08-10 22:36:51 -04:00
Dan Buch 066433a22d filling in the helper function bits + using "html_safe" method since I am on Rails 3 2011-08-10 22:32:18 -04:00
Dan Buch cb8e89de30 cleaning up based on "rake test" feedback 2011-08-10 22:09:24 -04:00
Dan Buch aac108a50d working through 15.13 2011-08-10 22:06:36 -04:00
Dan Buch feaea1636c futzing with cookies in 15.12, although my cookie counter is getting called twice per request... perhaps the "before_filter" method is applied for each filter in a chain? 2011-08-10 22:02:04 -04:00
Dan Buch 785c1cfe20 skipping on to 15.11 in which we play with session crap 2011-08-10 21:51:14 -04:00
Dan Buch e7a3ab7a73 updating the test fixtures ... 15.9 does not appear to be working as advertised, but I will assume it is my fault (for now) 2011-08-10 21:46:27 -04:00
Dan Buch feb4a513e8 adding a derping keepfile for the log dir 2011-08-10 21:39:26 -04:00
Dan Buch 843061e5f3 adding generated schema file (trying again at doing the migration thing right) 2011-08-10 21:38:11 -04:00
Dan Buch a25c05ecf6 modifying user model to match what is wanted in 15.9, plus trashing foray into using new-style db: tasks to do awesomeness (sigh) 2011-08-10 21:35:41 -04:00
Dan Buch 58568a570b starting in on 15.9 2011-08-10 20:54:15 -04:00
Dan Buch b3d2c45c36 filling in everything needed to login and view the account page, wheeeee. 2011-08-09 22:03:10 -04:00
Dan Buch 7ca80880a8 adding the user controller for futzing with login bits 2011-08-09 21:43:23 -04:00
Dan Buch 6f9519fce9 filling in the user model 2011-08-09 21:40:23 -04:00
Dan Buch 2b95899071 adding the user model for 15.8 2011-08-09 21:38:51 -04:00
Dan Buch 5d4fa1ce17 starting in on 15.8, as 15.7 seemed to be a read-only recipe 2011-08-09 21:37:54 -04:00
Dan Buch 6403093135 listing people, yaaay 2011-08-09 21:12:02 -04:00
Dan Buch 5d78c29208 adding the people controller to access, list the people model 2011-08-09 21:06:53 -04:00
Dan Buch 9085ad1117 adding the Person model for the people table 2011-08-09 21:05:03 -04:00
Dan Buch 815469f6ae adding a chunk o sql for 15.6. wanted to skip ahead to 15.22, but too many missing bits :-/ 2011-08-09 21:04:19 -04:00
Dan Buch 9d42948abe using alternate layout depending on action 2011-08-09 07:03:28 -04:00
Dan Buch 391a4c186f trying to trigger the :except trigger handler thingy, but apparently I am in some sort of dev mode where exceptions are caught in another way(?) 2011-08-09 06:55:17 -04:00
Dan Buch 3f5e481906 specifying separate layouts within controllers and methods 2011-08-09 06:41:10 -04:00
Dan Buch c16c1361d3 working through 15.3 2011-08-09 06:33:51 -04:00
Dan Buch fba21e7939 consolidating first two exercises into hodgepodge 2011-08-09 06:29:39 -04:00
Dan Buch 1ea05cfb9b adding generic app for working through remaining exercises in chapter 15 2011-08-09 06:23:09 -04:00
Dan Buch 754e021047 adding sequel method that uses variables of multiple scopes 2011-08-09 06:14:03 -04:00
Dan Buch 50a6d264f8 filling in guts of Novel controller and associated template 2011-08-09 06:05:31 -04:00
Dan Buch e690886d6b adding novel controller 2011-08-09 05:20:53 -04:00
Dan Buch 8618730647 starting on 15.2 2011-08-09 05:19:31 -04:00
Dan Buch 875b2f1ab1 adding the silly hello world controller 2011-08-08 21:21:18 -04:00
Dan Buch 6b5ccdcc16 first crack at system status app 2011-08-08 21:15:59 -04:00
Dan Buch be93849c02 adding status controller 2011-08-08 21:09:18 -04:00
Dan Buch 2bd727b695 starting on 15.1 status app 2011-08-08 21:06:30 -04:00
Dan Buch 4364327d94 adding the minimalist version of mailer (using third party smtp-tls lib) 2011-08-08 21:00:48 -04:00
Dan Buch 15f962eec0 directory dumping version 2011-08-08 07:29:43 -04:00
Dan Buch 48c4f83e3f headerful message variant 2011-08-08 07:16:08 -04:00
Dan Buch 4bad1c5bdd getting the action mailer recipe to actually work, no thanks to default setup not playing nice with local postfix :-/ 2011-08-08 07:13:37 -04:00
Dan Buch 5de7f2bd3a working through 14.5 and getting an awesome openssl error 2011-07-25 23:04:53 -04:00
Dan Buch e69ebabc5f working through 14.4 2011-07-25 22:36:02 -04:00
Dan Buch ea74004d4e working through 14.3 2011-07-25 22:09:21 -04:00
Dan Buch 963e423d03 up to 14.3 and cleaned up 14.1 along the way 2011-07-25 21:46:13 -04:00
Dan Buch d92413c2b1 done with 14.1 2011-07-25 21:32:26 -04:00
Dan Buch 2bb5d6d954 starting to work through chapter 14 of oreilly cookbook, maybe backtracking here and there 2011-07-25 20:46:23 -04:00
Dan Buch fceb143a13 starting to work through the oreilly cookbook 2011-07-24 19:54:37 -04:00
Dan Buch cf7b6c518f one more exercise with "here documents" 2011-01-03 14:02:23 -05:00
Dan Buch 01f4b7fb64 more fun with "here documents" 2011-01-03 14:01:42 -05:00
Dan Buch 4fdc97001d getting silly with "here documents" 2011-01-03 13:57:29 -05:00
Dan Buch a333293919 more fun with strings, alternate quoting, multiline and all that 2011-01-03 13:52:24 -05:00
Dan Buch 1416451644 puts, print, and interpolation 2011-01-03 13:45:11 -05:00
Dan Buch b50968950e shebanging 2011-01-03 13:36:21 -05:00
Dan Buch 5c2aa3abec hello-ing here and there 2011-01-03 13:34:34 -05:00
Dan Buch 672e704da1 recording as I go through the wikibooks tutorial 2011-01-03 13:31:19 -05:00
Dan Buch 8bf1412778 another koan bit 2011-01-03 13:21:09 -05:00
Dan Buch 4dbd10ced6 working through the koans 2010-12-27 21:51:06 -05:00
Dan Buch c806ff13d3 moving older stuff into its own tree and adding a copy of the ruby koans 2010-12-24 22:20:45 -05:00
Dan Buch ec2c2016e3 adding empty README 2009-06-16 22:37:35 -04:00