public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git

dyoder's waves Feed   feed

yaroslav started watching waves about 21 hours ago
waves is at dyoder/waves
careo started watching waves 3 days ago
waves is at dyoder/waves
dyoder committed to dyoder/waves 9 days ago

4c8a80fb286a5e5266a1cc8a664c7ba724bb21e3

Merge branch 'master' of git@github.com:dyoder/waves

dyoder committed to dyoder/waves 9 days ago

a21be406cc7ea0b98e52d02ed54210cf55e8ca78

ERb was no longer working due to #render method being defined in ResponseMixin. Also, seemed like it might have been more complicated than necessary.

pete committed to dyoder/waves 11 days ago

50f96a19f6bb9fc4727d15c3b120c0df70ce3b0e

Getting rid of the auto-generated files, and putting them in .gitignore.

dyoder committed to dyoder/waves 11 days ago
dyoder committed to dyoder/waves 11 days ago

0851428bdf74fc8cfea2d8395de81e2ec09e1d1b

Got rid of handler for redirects, too many re-raises and it was not working anyway.

ryanbriones started watching waves 11 days ago
waves is at dyoder/waves
automatthew edited a page in the waves wiki 11 days ago
dyoder committed to dyoder/waves 11 days ago

f741584ed3bb9d59af53d6246f9dae62c6f100bf

Template / foundation bug fixes, updated gem.

waves edited a page in the waves wiki 11 days ago
supaspoida started watching waves 11 days ago
waves is at dyoder/waves
automatthew committed to dyoder/waves 11 days ago

d1700a843ee479a1a26a7ceb3839a01d9eb958f3

migration code needs correct path to empty migration template

automatthew committed to dyoder/waves 11 days ago

2f21f095c0bd510a68345b3661508400196630f2

broken Rakefile; needs to do the WAVES finding dance

automatthew committed to dyoder/waves 11 days ago

a8dc2f6d1f24573bcf7ba608335d6dcca41fdf4c

apply styles to classic app error templates

automatthew committed to dyoder/waves 11 days ago

623918f0be77f2163637463d9591f4c65ab1f7c5

classic foundation needs Markaby for errors templates

cbartlett started watching waves 11 days ago
waves is at dyoder/waves
dyoder committed to dyoder/waves 11 days ago

358c1db0dcb07fa6bd13bcb09adf72d97e9ea5de

Session is no longer a valid configuration option

dyoder committed to dyoder/waves 12 days ago
dyoder committed to dyoder/waves 12 days ago
pete forked dyoder/waves 12 days ago
Forked repository is at pete/waves
automatthew committed to dyoder/waves 12 days ago

6176d0fc295513d7e1365f5a98a5ff39750abc51

include all template files in gem

dyoder committed to dyoder/waves 12 days ago

5dab8278e9a8245f50bb63bb7a76b38c53ee41b0

Added default handler for redirects and changed the exception to SignalException.

dyoder committed to dyoder/waves 12 days ago

d1717fa147363bfea9299105e58dc49c6b2bdc01

Merge branch 'master' of git@github.com:dyoder/waves

dyoder committed to dyoder/waves 12 days ago

a65b39d44d2a8ef8f4d568a3b5ec22cb4fa30f00

Minor fixes and changes to the comments.

rjspotter forked dyoder/waves 14 days ago
Forked repository is at rjspotter/waves
automatthew committed to dyoder/waves 14 days ago

3c24f2b214f124b47a115b6ae50c00ce1cfc2ba5

added choice as gem dep; made non-dyoder deps use ~>

automatthew commented on dyoder/waves 15 days ago
Comment in 2063205:

Not confusing people is a win.

dyoder committed to dyoder/waves 16 days ago

b2c2ec3ba40c30f952648ca5b18be18517631dcc

Just preparing for the 0.8.0 release.

dyoder committed to dyoder/waves 16 days ago

2063205e007c7390b58dd6b4e7073199a88cdfc6

Refactored tests to focus more on the workflow of developing an application. The specs / tests distinction is gone (for now) because (a) the distinction between them is increasingly blurry and (b) we haven't really done very well on fleshing out the framework for this anyway. So we can just return to the normal conventions and not confuse people.