Code Search for Developers
 
 
  

.project from crlove at Krugle


Show .project syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>depot</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.rubypeople.rdt.core.rubybuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.radrails.rails.ui.railsnature</nature>
		<nature>org.rubypeople.rdt.core.rubynature</nature>
	</natures>
</projectDescription>




See more files for this project here

crlove

Online psychological-test-based friend-making system.

Project homepage: http://sourceforge.net/projects/crlove
Programming language(s): Java,JavaScript,Ruby,XML
License: other

  .settings/
  app/
    controllers/
      admin_controller.rb
      application.rb
      store_controller.rb
    helpers/
      admin_helper.rb
      application_helper.rb
      store_helper.rb
    models/
      cart.rb
      cart_item.rb
      line_item.rb
      order.rb
      product.rb
      user.rb
    views/
      admin/
        _form.rhtml
        edit.rhtml
        list.rhtml
        new.rhtml
        show.rhtml
      layouts/
        admin.rhtml
        store.rhtml
      store/
        _cart.rhtml
        _cart_item.rhtml
        add_to_cart.rjs
        checkout.rhtml
        index.rhtml
  components/
  config/
    environments/
      development.rb
      production.rb
      test.rb
    boot.rb
    database.yml
    environment.rb
    routes.rb
  db/
    migrate/
      001_create_products.rb
      002_add_price.rb
      003_add_test_data.rb
      004_add_sessions.rb
      005_create_orders.rb
      006_create_line_items.rb
      007_create_users.rb
    development.sqlite3
    schema.rb
  doc/
    README_FOR_APP
  lib/
    tasks/
  log/
  public/
    images/
      auto.jpg
      logo.png
      rails.png
      svn.jpg
      utc.jpg
    javascripts/
      application.js
      controls.js
      dragdrop.js
      effects.js
      prototype.js
    stylesheets/
      depot.css
      scaffold.css
    .htaccess
    404.html
    500.html
    dispatch.cgi
    dispatch.fcgi
    dispatch.rb
    favicon.ico
    index.html
    robots.txt
  script/
    performance/
    process/
    about
    breakpointer
    console
    destroy
    generate
    plugin
    runner
    server
  test/
    fixtures/
    functional/
    integration/
    mocks/
    unit/
    test_helper.rb
  tmp/
    cache/
    sessions/
    sockets/
  vendor/
    plugins/
  .project
  README
  Rakefile