search for: merb_activerecord

Displaying 6 results from an estimated 6 matches for "merb_activerecord".

2008 Jan 18
5
How do I pass form values from POST controller specs?
...lugin (0.2.3) god (0.6.0) GraphvizR (0.5.1) gratr (0.4.3) haml (1.7.2) heckle (1.4.1) heel (0.6.0) highline (1.4.0) hoe (1.4.0, 1.3.0) hpricot (0.6) json (1.1.2) json_pure (1.1.2) launchy (0.3.1) libxml-ruby (0.5.2.0) liquid (1.7.0) logging (0.5.3) markaby (0.5) memcache-client (1.5.0) merb (0.5.2) merb_activerecord (0.5) meta_project (0.4.15) mime-types (1.15) mocha (0.5.5) mongrel (1.1.3, 1.1.1) mongrel_cluster (1.0.5) needle (1.3.0) net-sftp (1.1.0) net-ssh (1.1.2) newgem (0.16.1) oniguruma (1.1.0) open4 (0.9.6) ParseTree (2.1.1, 2.0.2) pdf-storycards (0.0.1) pdf-writer (1.1.7, 1.1.4) piston (1.3.3) Platfor...
2007 Nov 07
2
merb 0.4.0 session issue
...nt to merb 0.4.0 via gem install and now any call to session[:foo] causes an error >> undefined method ''[]'' for nil:NilClass I have uninstalled and reinstalled merb with no luck. dependencies.rb use_orm :activerecord merb.yml :session_store: active_record Gems merb 0.4.0 merb_activerecord 0.4.2 Mac OSX Any help appreciated.
2007 Dec 13
2
Trying to use ActiveRecord STI but fails
..._root: /home/francois/src/florian-opsdb/trunk/amara :use_mutex: true :host: 127.0.0.1 :session_id_cookie_only: true :environment: development :port: "4000" :query_string_whitelist: [] Started merb_init.rb ... Connecting to database... Thu, 13 Dec 2007 03:22:38 GMT: loading gem ''merb_activerecord'' from config/dependencies.rb:16 ... Loading Application... --- - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.1/lib - /home/francois/src/florian-opsdb/trunk/amara/lib - projects/mongrel_experimental/lib/ - /home/francois/src/florian-opsdb/trunk/amara/lib - /home/francois/src/florian-opsd...
2007 Dec 19
2
Nested partials losing the view context ?
Hi all ! I can''t seem to make a simple thing work... The code is here: http://pastie.caboo.se/130660 Essentially, that''s a form with a couple of partials. The backtrace is included in the pastie. It looks like the context for the current view is lost when a partial is rendered. In _series.html.erb:2, I use "series" to get the name. This is the parameter I
2007 Jul 29
7
Merb test harness
Ezra, * test harness in new generated merb apps with helpers for testing merb without starting a server. * pin down plugin arch Seems to me that these two tasks go together unless you want to have rspec built in Merb. Regarding the test harness, my understanding is that: - a developer should be able to easily write specs against a merb application. - a developer should not need to start a merb
2007 Dec 07
4
mrblog rake task fails
Hi all, I''m trying to run the mrblog sample application but somehow the rake task fails: -- Los-Angeles:~/Projects/mrblog Ulf$ rake db:schema:load --trace (in /Users/Ulf/Projects/mrblog) rake aborted! Don''t know how to build task ''db:schema:load'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1472:in `[]''